From bea3edb0de94f9f1a748959bcdc53fccfe4d514f Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 12 Oct 2019 10:08:42 -0400 Subject: [PATCH] add debian/ubuntu package for libsass to readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7f14cc..845cabc 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,9 @@ Twitter account. ## Installation -To compile Nitter you need a Nim installation, see here for details: https://nim-lang.org/install.html +To compile Nitter you need a Nim installation, see [nim-lang.org](https://nim-lang.org/install.html) for details. It is possible to install it system-wide or in the user directory you create below. -You also need to install `libsass` to compile the scss files. -It is possible to install Nim system-wide or in the user directory you create below. +You also need to install `libsass` to compile the scss files. In Ubuntu and Debian, you can install `libsass-dev`. ```bash # useradd -m nitter