From 8a8ee70c00f075bee6e10a33cc19fbcc141e1333 Mon Sep 17 00:00:00 2001 From: Pandademic <74566464+Pandademic@users.noreply.github.com> Date: Sat, 9 Oct 2021 21:13:07 -0400 Subject: [PATCH 1/2] make install_unix more clear --- jekyll/install_unix.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jekyll/install_unix.md b/jekyll/install_unix.md index 86e5a337b..fc2be4ba8 100644 --- a/jekyll/install_unix.md +++ b/jekyll/install_unix.md @@ -129,13 +129,13 @@ curl https://nim-lang.org/choosenim/init.sh -sSf | sh # Installation using package managers -## Arch Linux +## Arch Linux & and Derivatives ``` pacman -S nim ``` -## Debian / Ubuntu +## Debian / Ubuntu & and Derivatives ``` apt-get install nim @@ -160,7 +160,7 @@ The latest development version: docker pull nimlang/nim:devel ``` -## Fedora +## Fedora & spins ``` dnf install nim @@ -172,7 +172,7 @@ dnf install nim pkg install nim ``` -## macOS +## macOS (brew) ``` brew install nim From a2e4018faa27775c0c201c9a258a546d55356a39 Mon Sep 17 00:00:00 2001 From: Pandademic <74566464+Pandademic@users.noreply.github.com> Date: Sun, 10 Oct 2021 09:02:30 -0400 Subject: [PATCH 2/2] Update install_unix.md --- jekyll/install_unix.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jekyll/install_unix.md b/jekyll/install_unix.md index fc2be4ba8..84acab8c5 100644 --- a/jekyll/install_unix.md +++ b/jekyll/install_unix.md @@ -129,13 +129,13 @@ curl https://nim-lang.org/choosenim/init.sh -sSf | sh # Installation using package managers -## Arch Linux & and Derivatives +## Arch Linux & derivatives ``` pacman -S nim ``` -## Debian / Ubuntu & and Derivatives +## Debian / Ubuntu & derivatives ``` apt-get install nim @@ -160,7 +160,7 @@ The latest development version: docker pull nimlang/nim:devel ``` -## Fedora & spins +## Fedora ``` dnf install nim @@ -172,7 +172,7 @@ dnf install nim pkg install nim ``` -## macOS (brew) +## macOS (Homebrew) ``` brew install nim