From 95d785526c5ac39852f0cbb39d85219090238cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kerdo=20K=C3=A4=C3=A4rma?= Date: Sun, 10 Aug 2025 15:30:25 +0300 Subject: [PATCH] updated setup.md --- docs/SETUP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. ```