From ae4a5b9b22801fcccf3a669058a266e81234b109 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Mar 2023 18:39:38 -0800 Subject: [PATCH] Add setup instructions for Windows, Linux --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index 6f90b7d0..f276537c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,18 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p $ brew install hugo ``` + For Chocolatey on Windows: + + ```sh + $ choco install hugo-extended + ``` + + For Snap on Linux: + + ```sh + $ sudo snap install hugo + ``` + 2. [Install Node](https://nodejs.org/en/download/). For Homebrew on Mac: @@ -77,6 +89,18 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p $ brew install node ``` + For Chocolatey on Windows: + + ```sh + $ choco install nodejs + ``` + + For Snap on Linux: + + ```sh + $ sudo snap install node + ``` + 3. [Install Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases). For Homebrew on Mac: @@ -85,6 +109,18 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p $ brew install sass/sass/dart-sass-embedded ``` + For Chocolatey on Windows: + + ```sh + $ choco install dart-sass-embedded + ``` + + For Snap on Linux: + + ```sh + $ sudo snap install dart-sass-embedded + ``` + 4. Create a site: ```sh