Skip to content

Commit 073f169

Browse files
authored
Update README.md
1 parent dafa868 commit 073f169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Usage:
1313
To compile command, here is a simple way to do it on Windows. Go in the 4U command file and type
1414

1515
```bat
16-
> mkdir bin
17-
> gcc *.c -o bin/4U
16+
C:\> mkdir bin
17+
C:\> gcc *.c -o bin/4U
1818
```
1919

2020
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

Comments
 (0)