summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-02-08 20:57:04 +0100
committerRuben Pollan <meskio@sindominio.net>2018-02-08 20:57:04 +0100
commitb32bcc834620a5c30ab4d7f7b8dde9ffdafd348f (patch)
tree42eaa9c66bf7d2ab03fc38bb25ddd2c6f1218fa3 /README.md
parent5de19bd532a30e8a0bf4b1acbda0220f0d12135b (diff)
[doc] install dependencies before building
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d2fab7..45d818c 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Build the systray:
```
$ git clone 0xacab.org/leap/bitmask-systray
$ cd bitmask-systray
+ $ go get .
$ go build
```