MStadlmeier / drivesync

Google Drive synchronization for Linux
MIT License
197 stars 26 forks source link

Update README.md #21

Closed minuq closed 5 years ago

minuq commented 5 years ago

Fixed the git clone command

MStadlmeier commented 5 years ago

The clone command either has to be git@github.com:MStadlmeier/drivesync.git (ssh) or https://github.com/MStadlmeier/drivesync.git (https)

minuq commented 5 years ago

Sorry, slight brainfart and i forgot about that possibility. ssh login only works for those with a github account though, while https works for everyone.

MStadlmeier commented 5 years ago

@minuq Oh, good point, actually. Feel free to re-submit the PR with the correct https clone command and the development branch as a base and I will accept it.