From 213521494e3eb070247cdb7aa0066e0e889f3b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Kozie=C5=82?= Date: Fri, 17 Jul 2020 00:28:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2142d5b..5d0323e 100644 --- a/README.md +++ b/README.md @@ -184,9 +184,7 @@ See the basic `post` file params supported by the theme — https://github.com/p ## How to run your site -The theme is using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to handle Javascript and PostCSS files. This setup **requires** following npm packages: `@babel/core`, `@babel/cli` and `postcss-cli`. Before you start, you have to install them (globally or locally): - -From your Hugo root directory run: +The theme is using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to handle Javascript and PostCSS files. This setup **requires** following npm packages: `@babel/core`, `@babel/cli` and `postcss-cli`. Before you start, you have to install them (globally or locally). Here's how you can set it all up from your Hugo root directory by running: ``` yarn add -D @babel/core @babel/cli postcss-cli