Skip to content

Commit

Permalink
Merge pull request #98 from okmttdhr/patch-1
Browse files Browse the repository at this point in the history
Update binary version on README
  • Loading branch information
diwakergupta authored Oct 20, 2018
2 parents 62fcffa + 298548e commit 93048bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ $ cd ~/bin
```sh
export PATH=$PATH:$HOME/bin
```
4. Download the `dbxcli` binary for OSX and rename it. *IMPORTANT:* Check that the tag `v2.0.9` on the URL below is the latest release tag on the [Releases](https://github.com/dropbox/dbxcli/releases) page.
4. Download the `dbxcli` binary for OSX and rename it. *IMPORTANT:* Check that the tag `v2.1.1` on the URL below is the latest release tag on the [Releases](https://github.com/dropbox/dbxcli/releases) page.
```sh
$ wget https://github.com/dropbox/dbxcli/releases/download/v2.0.9/dbxcli-darwin-amd64
$ wget https://github.com/dropbox/dbxcli/releases/download/v2.1.1/dbxcli-darwin-amd64
$ mv dbxcli-darwin-amd64 dbxcli
```
5. Finally, make the binary an executable file and you are good to go!
Expand Down

0 comments on commit 93048bc

Please sign in to comment.