From 09a9b261081df833cfed45839d858f94da5a7e51 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 29 Dec 2019 13:22:39 +0500 Subject: [PATCH] README update. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f11f5a..29c6002 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # URTrator -![Main Window](/doc/screenshots/0.2-main_window.png) +![Main Window](doc/screenshots/0.2-main_window.png) URTrator is a desktop application that should (eventually) replace Urban Terror's and IRC client interfaces for you, because they're pretty shitty :). @@ -53,8 +53,8 @@ URTrator written in Go and GTK2, so you should have them installed. Make sure yo Then execute: ``` -go get -d gitlab.com/pztrn/urtrator -go install gitlab.com/pztrn/urtrator +go get -d go.dev.pztrn.name/urtrator +go install go.dev.pztrn.name/urtrator ``` First command will get sources of URTrator and dependencies, second command will build executable for you and place it in ``$GOROOT/bin``. @@ -65,13 +65,13 @@ First command will get sources of URTrator and dependencies, second command will ``go get`` will do initial repo clone for you, but flag ``-u`` is required to get updated URTrator source. So, for updating sources just issue: ``` -go get -d -u gitlab.com/pztrn/urtrator +go get -d -u go.dev.pztrn.name/urtrator ``` Again, this will only update sources. To build executable you have to issue: ``` -go install gitlab.com/pztrn/urtrator +go install go.dev.pztrn.name/urtrator ``` # Important information