It was from this site:http://www.howtogeek.com/196635/an-official-google-drive-for-linux-is-here-sort-of-maybe-this-is-all-well-ever-get/
and commands: sudo apt-get install golang git mercurial,
and something like this: cat << ! >> ~/.bashrc
> export GOPATH=\$HOME/gopath
> export PATH=\$GOPATH:\$GOPATH/bin:\$PATH
> !
source ~/.bashrc # To reload the settings and get the newly set ones # Or open a fresh terminal
I think that the last command he's still working on it....
The last command should be this: go get -u github.com/odeke-em/drive/cmd/drive
It's still working the terminal, so not usable..
and commands: sudo apt-get install golang git mercurial,
and something like this: cat << ! >> ~/.bashrc
> export GOPATH=\$HOME/gopath
> export PATH=\$GOPATH:\$GOPATH/bin:\$PATH
> !
source ~/.bashrc # To reload the settings and get the newly set ones # Or open a fresh terminal
I think that the last command he's still working on it....
The last command should be this: go get -u github.com/odeke-em/drive/cmd/drive
It's still working the terminal, so not usable..