Added cd build step to README

This commit is contained in:
Christian Muehlhaeuser 2019-08-11 22:35:36 +02:00
parent 4701d6ea79
commit 8adb027f55
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 1 additions and 0 deletions

View File

@ -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