diff options
author | Dominik Kutra <k-dominik@users.noreply.github.com> | 2023-06-09 12:16:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 12:16:37 +0200 |
commit | 20cd4d4950f80f1536e5615d586101356879e712 (patch) | |
tree | 7358ef0daa27ea693cba18ea1dabe51504acdec5 /README.md | |
parent | 8c1587c751427882769727c4ca2dc8d91c5a132c (diff) |
fix run command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 33a4b78..cc02f36 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # r2wars-new ``` -; CGO_ENABLED=0 go run ./... -t 1s -v ./bots/warrior0.asm ./bots/warrior1.as +; CGO_ENABLED=0 go run ./... -t 1s -v ./bots/warrior0.asm ./bots/warrior1.asm ``` #worksonmymachine |