Skip to content

Commit

Permalink
Correção de erros gramaticais
Browse files Browse the repository at this point in the history
  • Loading branch information
malualbuquerqueb authored Nov 19, 2024
1 parent 148733f commit f81f285
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,17 @@ Para executar o jogo de labirinto, siga os passos abaixo para clonar o repositó
git clone https://github.com/seu-usuario/JOGO-PIF.git
cd JOGO-PIF
code .
2. **Compilar o Código**
```

2. **Acessar pasta**
Antes de rodar o jogo, é necessário compilar o código fonte. Certifique-se de ter um compilador C instalado.
```
cd JOGO-PIF
code .
```


3. **Executar o Jogo**
4. **Executar o Jogo**
Agora que o código está compilado, você pode iniciar o jogo com o seguinte comando:
```
make run
Expand Down

0 comments on commit f81f285

Please sign in to comment.