Another README.md change

This commit is contained in:
Jan Christian Grünhage 2017-04-10 18:19:15 +02:00
parent 0df18f1d80
commit cf6cde36a2
Signed by: jcgruenhage
GPG Key ID: 321A67D9EE8BC3E1
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ go get git.jcg.re/jcgruenhage/borg-gen-auth-keys.git
borg-gen-auth-keys.git yourjsonfile.json > ~/.ssh/authorized_keys
```
PS: If anyone could tell me how to get rid of this .git in the end, that would be nice. If someone could tell me, how to make it so that I can put this in a subfolder of another repository, that would be even better (a script collection).
PS: If anyone could tell me how to get rid of this .git in the end, that would be nice. If someone could tell me, how to make it so that I can put this in a subfolder of another repository, that would be even better (a script collection). At the moment, doing any of those two breaks go get.. Maybe this is something that needs to be fixed in gitea ^^