dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

build instructions in readme #57

Closed C-D-Parker closed 7 years ago

C-D-Parker commented 7 years ago

im not familiar with go, so maybe im missing something, but shouldnt there be a makefile or some instructions in the readme as to how to build this project?

diwakergupta commented 7 years ago

@C-D-Parker standard build instructions for any go project apply. In this case, just run go build. If you are not making changes and just want to use dbxcli, just download the latest release for your platform of your choice.