diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 20:57:04 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 20:57:04 +0100 |
commit | b32bcc834620a5c30ab4d7f7b8dde9ffdafd348f (patch) | |
tree | 42eaa9c66bf7d2ab03fc38bb25ddd2c6f1218fa3 | |
parent | 5de19bd532a30e8a0bf4b1acbda0220f0d12135b (diff) |
[doc] install dependencies before building
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ Build the systray: ``` $ git clone 0xacab.org/leap/bitmask-systray $ cd bitmask-systray + $ go get . $ go build ``` |