diff options
Diffstat (limited to 'content/articles/conectar-xmpp-con-whatsapp-usando-yowsup-y-transwhat.en.md')
-rw-r--r-- | content/articles/conectar-xmpp-con-whatsapp-usando-yowsup-y-transwhat.en.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/content/articles/conectar-xmpp-con-whatsapp-usando-yowsup-y-transwhat.en.md b/content/articles/conectar-xmpp-con-whatsapp-usando-yowsup-y-transwhat.en.md index 4ea785a..0fbe257 100644 --- a/content/articles/conectar-xmpp-con-whatsapp-usando-yowsup-y-transwhat.en.md +++ b/content/articles/conectar-xmpp-con-whatsapp-usando-yowsup-y-transwhat.en.md @@ -60,9 +60,8 @@ GitHub repository. To create an account with yowsup, you must run the following command: -```bash -$ yowsup-cli registration -E s40 -r sms -p <phone_number> -C <country_code> -m <country_mobile_code> -n <network_mobile_code> -``` + :::console + $ yowsup-cli registration -E s40 -r sms -p <phone_number> -C <country_code> -m <country_mobile_code> -n <network_mobile_code> So, as Jack the Ripper said, let's go part. @@ -74,9 +73,8 @@ So, as Jack the Ripper said, let's go part. If everything works, something like this should appear at the end of the command, you should receive a text message with the code to register, similarly write: -```bash -$ yowsup-cli registration -E s40 -p <phone_number> -C <country_code> -m <country_mobile_code> -n <network_mobile_code> -R <sms_code> -``` + :::console + $ yowsup-cli registration -E s40 -p <phone_number> -C <country_code> -m <country_mobile_code> -n <network_mobile_code> -R <sms_code> Where `<sms_code>` corresponds to the code you received on your cell phone. |