File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,24 @@ package off of it, which will save you time.
203203Now, we actually begin.
204204
205205First, you need to clone the
206- [ ` void-packages ` ] ( https://github.com/void-linux/void-packages ) repository:
207- ``` sh
206+ [ ` void-packages ` ] ( https://github.com/void-linux/void-packages ) repository.
207+ [ ` CONTRIBUTING ` ] ( https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#creating-updating-and-modifying-packages-in-void-by-yourself )
208+ recommends using SSH. [ This needs to be set up for it to
209+ work.] ( https://docs.github.com/en/authentication/connecting-to-github-with-ssh )
210+ If you have SSH set up, you can clone the repo with:
211+
212+ ```
213+ git clone git@github.com:void-linux/void-packages.git
214+ ```
215+
216+ If you do not want to set up SSH keys, you can clone with HTTPS:
217+
218+ ```
208219git clone https://github.com/void-linux/void-packages.git
209220```
210221
211- It contains everything needed to build a XBPS package[ ^ deps ] and a collection of
212- templates for packages in the official repositories.
222+ The git repository contains everything needed to build a XBPS package[ ^ deps ] and
223+ a collection of templates for packages in the official repositories.
213224
214225If you have experience with other package managers, I should note that
215226[ void-packages] ( https://github.com/void-linux/void-packages ) keeps all package
You can’t perform that action at this time.
0 commit comments