We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafa868 commit 073f169Copy full SHA for 073f169
commands/README.md
@@ -13,8 +13,8 @@ Usage:
13
To compile command, here is a simple way to do it on Windows. Go in the 4U command file and type
14
15
```bat
16
-> mkdir bin
17
-> gcc *.c -o bin/4U
+C:\> mkdir bin
+C:\> gcc *.c -o bin/4U
18
```
19
20
It will create an executable. If you want to use it alldays, I really recommand add the bin/ folder into the PATH.
0 commit comments