From fe493cecaa40ef4d04508bc463720689701e2208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lemayian=20=E2=9C=A8?= <877919+DavidLemayian@users.noreply.github.com> Date: Mon, 19 Jul 2021 09:49:15 +0300 Subject: [PATCH] docs: update install release to point to latest small tweak to point to the latest release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94a0064..26225ae 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,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.1.1` 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 `v3.0.0` 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.1.1/dbxcli-darwin-amd64 +$ wget https://github.com/dropbox/dbxcli/releases/download/v3.0.0/dbxcli-darwin-amd64 $ mv dbxcli-darwin-amd64 dbxcli ``` 5. Finally, make the binary an executable file and you are good to go!