Remove redundant instruction to install "git" (#126)

* Remove redundant instruction to install "git"

git is already installed as a dependency of solbuild anyway (also the sentence looked a bit weird/unclear as a result)

* Update lastmod timestamp
This commit is contained in:
Staudey 2018-04-19 17:03:53 +02:00 committed by Joshua Strobl
parent 4b0a5b19ed
commit b4f91da628
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
+++
title = "Building a Package"
lastmod = "2017-05-14T10:49:10+03:00"
lastmod = "2018-03-19T15:38:22+02:00"
+++
# Building a Package
@ -43,7 +43,7 @@ To update solbuild, run: `sudo solbuild update`
Next you need to set up `common`, a set of make scripts that enables you to more easily manage, build, check, and publish packages.
You need to clone the common repository with git `sudo eopkg it git` by doing `git clone https://dev.solus-project.com/source/common.git` in the same directory you will have sub-folders for packages you are building.
You need to clone the common repository with git by doing `git clone https://dev.solus-project.com/source/common.git` in the same directory you will have sub-folders for packages you are building.
Next you need to set up symlinks. Do this from the same directory you executed the `git` command: