Fixed missing mkdir...

master
Matthieu Lalonde 5 years ago
parent c7111ae969
commit 8c4ced0ac5

@ -47,7 +47,7 @@ As shown in the above example, it is preferable to create a new system user to r
## Building ## Building
To build the main executable simply run `go build -o bin ./cmd/altvrbot/`. To build the main executable simply run `mkdir -p bin ; go build -o bin ./cmd/altvrbot/`.
## TODO ## TODO

Loading…
Cancel
Save