Documentation: replace git protocol with https
git protocol will be retired by GitHub soon. Replace it with supported https instead.
This commit is contained in:
parent
bc9a32914a
commit
ed2abbeaab
3 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ methods.
|
|||
Clone the `void-packages` git repository and install the bootstrap packages:
|
||||
|
||||
```
|
||||
$ git clone git://github.com/void-linux/void-packages.git
|
||||
$ git clone https://github.com/void-linux/void-packages.git
|
||||
$ cd void-packages
|
||||
$ ./xbps-src binary-bootstrap
|
||||
```
|
||||
|
@ -441,7 +441,7 @@ try other [chroot methods](#chroot-methods).
|
|||
|
||||
Clone the `void-packages` git repository:
|
||||
|
||||
$ git clone git://github.com/void-linux/void-packages
|
||||
$ git clone https://github.com/void-linux/void-packages.git
|
||||
|
||||
and `xbps-src` should be fully functional; just start the `bootstrap` process, i.e:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue