diff --git a/docs/SETUP.md b/docs/SETUP.md index c785dbc..f22d2c6 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -3,6 +3,7 @@ ## Prerequisites - Git - Bun +- If on Windows, it's recommended to use WSL (Windows Subsystem for Linux) and do the following steps there. ## Installation @@ -48,6 +49,6 @@ git push origin ``` - Create a pull request: - ```bash - git pull-request + Go to Github, + open up this project's repository and make a new pull request. ```