Skip to content

Commit f1c2e67

Browse files
authored
Update README.md
1 parent 0ff0005 commit f1c2e67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ Para inicializar o backend é necessário compilar e executar o main.c
2323

2424
Execute no terminal:
2525
```
26-
gcc main.c -o main && ./main
26+
cd backend_c
27+
gcc main.c -o main
28+
./main
2729
```
2830

2931

3032
Ou no cmd:
3133
```
34+
cd backend_c
3235
gcc main.c -o main -lws2_32
3336
.\main.exe
3437
```

0 commit comments

Comments
 (0)