convox/docs/guides/installation/cli.md
David Dollar cc55935f79
upload cli binaries during release (#53)
* upload cli binaries during release

* add install instructions

* update rack install instructions with new cli

* fix urls on links to install docs

* restructure cli installation docs

* rework installation text
2019-12-19 10:56:37 -05:00

422 B

CLI Installation

Linux

$ curl -L https://github.com/convox/convox/releases/latest/download/convox-linux -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox

MacOS

$ curl -L https://github.com/convox/convox/releases/latest/download/convox-macos -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox