Merge pull request #774 from nuclearsandwich/update-contributing-docs

Use github.com/aptly-dev/aptly as the go package path.
This commit is contained in:
Oliver Sauder
2018-09-13 08:42:58 +02:00
committed by GitHub
+2 -2
View File
@@ -86,8 +86,8 @@ to prepend it or to skip this test if you're security conscious.
As Go is using repository path in import paths, it's better to clone aptly repo (not your fork) at default location:
mkdir -p ~/go/src/github.com/smira
cd ~/go/src/github.com/smira
mkdir -p ~/go/src/github.com/aptly-dev
cd ~/go/src/github.com/aptly-dev
git clone git@github.com:aptly-dev/aptly.git
cd aptly