diff options
author | Emile <HanEmile@users.noreply.github.com> | 2023-06-10 17:55:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 17:55:17 +0200 |
commit | d6b3755ad40e2e9a73354b993cb6038fbcbc5c02 (patch) | |
tree | 098ef5d9a2565e897708fac6c4047c73bd016ad5 | |
parent | 7473733726929e1bfc8672c1873cd75e829e91f7 (diff) | |
parent | 20cd4d4950f80f1536e5615d586101356879e712 (diff) |
Merge pull request #4 from k-dominik/patch-1 gpn
fix run command
-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 |