]> Sergey Matveev's repositories - glocate.git/blobdiff - INSTALL
Slightly refactored documentation
[glocate.git] / INSTALL
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..c2a9c3e
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,15 @@
+Utility is written on Go, so basically it could be installed by:
+
+    $ go install go.stargrave.org/glocate
+
+However you may have some issues with authenticity of go.stargrave.org
+HTTPS server, that uses ca.cypherpunks.ru CA. Look at SSL_CERT_FILE,
+GIT_SSL_CAINFO and GOPRIVATE environment variables.
+
+Or you can manually close its source code and build it up:
+
+    $ git clone git://git.stargrave.org/glocate.git
+    $ cd glocate
+    $ go build
+
+glocate has two dependencies, that will be fetched by Go automatically.