From 8adb027f5573abf0691b3e392051c912c8806ed1 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 11 Aug 2019 22:35:36 +0200 Subject: [PATCH] Added cd build step to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1e79cc..9eb35dc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ See the [install instructions](http://golang.org/doc/install.html). Compiling mastotool is easy, simply run: git clone https://github.com/muesli/mastotool.git + cd mastotool go build ## Usage