From 8c4ced0ac53deb6e3b23dad21e554da9ac91056d Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Tue, 23 Feb 2021 06:43:25 +0000 Subject: [PATCH] Fixed missing mkdir... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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