INSTALL | 4 ++-- go.mod | 2 +- diff --git a/INSTALL b/INSTALL index 1def9b9fab7947e87330dc0975c56d1baecd1968d28a1211be4ae50d2444bd8c..d29359f22a9293c3029f0ea8c701018bdbc1743f0d0fccc56a4bf1f3214e7554 100644 --- a/INSTALL +++ b/INSTALL @@ -1,11 +1,11 @@ goircd requires only standard Go's libraries and consists of single main package. You can install it like that: - $ go install go.cypherpunks.ru/goircd@latest + $ go install go.cypherpunks.su/goircd/v2@latest or manually: - $ git clone git://git.cypherpunks.ru/goircd.git + $ git clone git://git.cypherpunks.su/goircd.git $ cd goircd $ go build $ ./goircd -help diff --git a/go.mod b/go.mod index bb173a154cbf67743c288987026212e90df2087051b2bf8bc1fb34f4301daa2e..3a8b72afd5b6af7cb9a9b88d651ff3b8d13479be7ade9de64fd24ae2d7834a7c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.ru/goircd +module go.cypherpunks.su/goircd/v2 go 1.20