summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthieu <matthieu.cneude@gmail.com>2020-06-13 16:34:43 +0200
committermatthieu <matthieu.cneude@gmail.com>2020-06-13 16:34:43 +0200
commitfbe355faee02f19af438d69cca5d8dfdbce7e251 (patch)
treeabd4330a318c4dc449df5baa1e39697ecb3f05ab
parent49592f906fb391ed28d44b198bf9e7da8e9cbef0 (diff)
Fix mistake: main package is in devdash.go, not cmd/devdash.go
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b26f392..b49fd95 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ rm linux.sh
## Manual installation
-You need to clone this repository and build the binary in `cmd/devdash`.
+You need to clone this repository and build the binary: `go build devdash.go`.
# How Does It Work?