Merge pull request #29 from Lapikud/chore/fix-setup-guide

updated setup.md
This commit is contained in:
Kerdo Käärma
2025-08-10 15:34:34 +03:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
## Prerequisites ## Prerequisites
- Git - Git
- Bun - Bun
- If on Windows, it's recommended to use WSL (Windows Subsystem for Linux) and do the following steps there.
## Installation ## Installation
@@ -48,6 +49,6 @@
git push origin <branch-name> git push origin <branch-name>
``` ```
- Create a pull request: - Create a pull request:
```bash Go to Github,
git pull-request open up this project's repository and make a new pull request.
``` ```