Skip to content

Commit

Permalink
Alterado comando de execução removendo o sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
johwconst authored Jan 24, 2024
1 parent 0c97b95 commit d4106da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pip install -r requirements.txt
## Execução do programa
Para executar o programa, execute o comando abaixo:
```shell
sudo python3 main.py
python3 main.py
```

![](/assets/gif/execucao.gif)
Expand Down

0 comments on commit d4106da

Please sign in to comment.