Skip to content

Commit

Permalink
update instructions (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Mar 19, 2020
1 parent 3f4aefd commit af98bf0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/general_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,26 @@ ps -aux | twilio email:send \
--text="See attachment"
```

## Troubleshooting

### Installing a specific version of twilio-cli

General installation instructions are located [here](https://twil.io/cli#install-twilio-cli).

A list of tagged releases can be found with `git ls-remote --tags https://github.com/twilio/twilio-cli.git`.

Substitute X.X.X below with the desired version.

#### Mac OS X

`brew install https://raw.githubusercontent.com/twilio/homebrew-brew/X.X.X/Formula/twilio.rb`

#### Windows / Linux

`npm uninstall -g twilio-cli`

`npm install [email protected] -g`

## Known limitations

* The default timeout value for Twilio API requests in `twilio-cli` is 30 seconds.
Expand Down

0 comments on commit af98bf0

Please sign in to comment.