diff options
author | Juan RP <xtraeme@gmail.com> | 2014-04-03 09:52:07 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-04-03 09:52:07 +0000 |
commit | d0ca3174559ab5db223320b98ebd02baed35d462 (patch) | |
tree | ecf2c68b0b0f0e78aedd80701f61fffe9dfe6e11 /Manual.md | |
parent | f9246a3d77af906a7938851f93c9dbd2ec9dc50f (diff) | |
download | void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.tar void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.tar.gz void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.tar.bz2 void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.tar.lz void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.tar.xz void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.tar.zst void-packages-d0ca3174559ab5db223320b98ebd02baed35d462.zip |
Manual: use the ssh github repo url instead for forked repos.
Diffstat (limited to 'Manual.md')
-rw-r--r-- | Manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md index 27160e21d9c..3cf651f6d3c 100644 --- a/Manual.md +++ b/Manual.md @@ -579,7 +579,7 @@ the installed files (`xbps-src show-files`) before pushing new updates. Fork the voidlinux `xbps-packages` git repository on github and clone it: - $ git clone git://github.com/<user>/xbps-packages.git + $ git clone git@github.com:<user>/xbps-packages.git You can now make your own commits to the `forked` repository: |