aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2017-10-15 21:58:41 +0200
committerLaria Carolin Chabowski <laria@laria.me>2017-10-15 21:59:00 +0200
commita070387b5be893ba8029dc852d9e6a8daa283c65 (patch)
treede097825f17f641c6ab8abb7f802720093524cd2 /README.md
parent3311c0fc42fca06ff973487d09c71e8798809b63 (diff)
downloadpetrific-a070387b5be893ba8029dc852d9e6a8daa283c65.tar.gz
petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.tar.bz2
petrific-a070387b5be893ba8029dc852d9e6a8daa283c65.zip
Host primarily on GitHub
go get doesn't work for my own server due to ssl certificates not being accepted :(
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f731e8..a83a226 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ It stores your files and directories as objects that are addressed with their cr
Installation
------------
-You will need the [Go](https://www.golang.org) compiler, [git](https://www.git-scm.org) and [GPG](https://gnupg.org/) installed on your system. After that, installing petrific is as easy as `go get code.laria.me/petrific`.
+You will need the [Go](https://www.golang.org) compiler, [git](https://www.git-scm.org) and [GPG](https://gnupg.org/) installed on your system. After that, installing petrific is as easy as `go get github.com/silvasur/petrific`.
Configuration & Usage
---------------------