From 1394724a4380ab8e51f68ad6b6181aaa8a211986 Mon Sep 17 00:00:00 2001 From: pztrn Date: Tue, 4 Oct 2016 19:00:44 +0500 Subject: [PATCH] Sources updating info in README. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3ed267d..c543d6f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,17 @@ go install github.com/pztrn/urtrator First command will get sources of URTrator and dependencies, second command will build executable for you and place it in ``$GOROOT/bin``. + +### Updating + +``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 github.com/pztrn/urtrator +``` + # Important information ## GTK warnings in console