From b8917cbe107620f4cde89b38239f6d8f39b4bdb6 Mon Sep 17 00:00:00 2001 From: Radu Pogonariu Date: Fri, 2 Oct 2020 18:44:49 +0200 Subject: [PATCH] Update docs for PostCSS 8.0 update Fixes #92 --- docs/site/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/installation.md b/docs/site/installation.md index c9ed39c..6966837 100644 --- a/docs/site/installation.md +++ b/docs/site/installation.md @@ -5,7 +5,7 @@ $ apt update $ apt install git gcc g++ make python3-dev python3-pip libxml2-dev libxslt1-dev zlib1g-dev gettext curl redis-server $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - $ apt install nodejs -$ npm install -g sass postcss-cli autoprefixer +$ npm install -g sass postcss-cli postcss autoprefixer ``` ## Creating the database