Little syntax fix

This commit is contained in:
Artem Smirnov
2018-09-14 01:24:21 +03:00
committed by GitHub
parent e45f85cc1e
commit 814a0498df

View File

@@ -71,7 +71,7 @@ If you have Go environment set up, you can build aptly from source by running (g
cd $GOPATH/src/github.com/aptly-dev/aptly
make install
Binary would be installed to ```$GOPATH/bin/aptly``.
Binary would be installed to ``$GOPATH/bin/aptly``.
Contributing
------------