Skip to content

Commit

Permalink
docs: improve CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Dec 10, 2024
1 parent 7f0ff51 commit 86238da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ Thank you for considering contributing to ink-divider 😀! We welcome contribut
bun install
```

### Bun runtime

If you don't have [Bun](https://bun.sh/) installed, you can install it using this command:

### Windows
#### Windows

```powershell
powershell -c "irm bun.sh/install.ps1 | iex"
```

### Linux, macOS, Windows ([WSL](https://learn.microsoft.com/windows/wsl/install))
#### Linux, macOS, Windows ([WSL](https://learn.microsoft.com/windows/wsl/install))

```bash
curl -fsSL bun.sh/install | bash
Expand Down

0 comments on commit 86238da

Please sign in to comment.