]> git.0d.be Git - barnard.git/blobdiff - README.md
add installation instructions
[barnard.git] / README.md
index e12a62b022afa4dffac3af04dafa25626c9f4038..5b71aa29e36e2ba9201f8367258c69d6faf9f6d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,21 @@ chat software.
 
 ![Screenshot](https://i.imgur.com/B8ldT5k.png)
 
+## Installation
+
+Requirements:
+
+1. [Go](https://golang.org/)
+2. [Git](https://git-scm.com/)
+3. [Opus](https://opus-codec.org/) development headers
+4. [OpenAL](http://kcat.strangesoft.net/openal.html) development headers
+
+To fetch and build:
+
     go get -u layeh.com/barnard
 
+After running the command above, `barnard` will be compiled as `$(go env GOPATH)/bin/barnard`.
+
 ## License
 
 GPLv2