dbxcli icon indicating copy to clipboard operation
dbxcli copied to clipboard

[README.md#Mac_OSX_Installation_of_pre-compiled_binaries] Use cURL instead of Wget

Open ktgvv opened this issue 7 years ago • 1 comments

macOS installation instructions should mention curl instead of wget since Wget isn't installed by default on macOS. 'Novice' users who ended here from Google may not know Homebrew. I suggest you ~~some example of~~ a new command line below, ~~but I haven't tested it.~~

Dropbox's command lines:

$ wget https://github.com/dropbox/dbxcli/releases/download/v2.0.9/dbxcli-darwin-amd64 
$ mv dbxcli-darwin-amd64 dbxcli

My CL:

curl -J -L -H "Accept: application/octet-stream" "https://github.com/dropbox/dbxcli/releases/download/v2.1.0/dbxcli-darwin-amd64" --output "dbxcli"

ktgvv avatar Jan 01 '18 17:01 ktgvv

Sure, feel free to send a PR!

diwakergupta avatar Jan 02 '18 04:01 diwakergupta