Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions jekyll/install_unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ curl https://nim-lang.org/choosenim/init.sh -sSf | sh

# Installation using package managers

## Arch Linux
## Arch Linux & derivatives

```
pacman -S nim
```

## Debian / Ubuntu
## Debian / Ubuntu & derivatives

```
apt-get install nim
Expand Down Expand Up @@ -172,7 +172,7 @@ dnf install nim
pkg install nim
```

## macOS
## macOS (Homebrew)

```
brew install nim
Expand Down