Skip to content
Open
Changes from 1 commit
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
8 changes: 4 additions & 4 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 & and Derivatives
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Arch Linux & and Derivatives
## Arch Linux and derivatives

I think this way it's a bit cleaner, same applies for all other changes


```
pacman -S nim
```

## Debian / Ubuntu
## Debian / Ubuntu & and Derivatives

```
apt-get install nim
Expand All @@ -160,7 +160,7 @@ The latest development version:
docker pull nimlang/nim:devel
```

## Fedora
## Fedora & spins
Copy link

@ghost ghost Oct 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fedora spins are still considered Fedora and not separate distros AFAIK

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry! I will make the corrections


```
dnf install nim
Expand All @@ -172,7 +172,7 @@ dnf install nim
pkg install nim
```

## macOS
## macOS (brew)

```
brew install nim
Expand Down