Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make install unix page more clear #306

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
Pandademic marked this conversation as resolved.
Show resolved Hide resolved
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