diff --git a/README.md b/README.md index 0431566..14fdcc1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ As shown in the above example, it is preferable to create a new system user to r ## 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