Add setup instructions for Windows, Linux
This commit is contained in:
36
README.md
36
README.md
@@ -69,6 +69,18 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p
|
|||||||
$ brew install hugo
|
$ 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/).
|
2. [Install Node](https://nodejs.org/en/download/).
|
||||||
|
|
||||||
For Homebrew on Mac:
|
For Homebrew on Mac:
|
||||||
@@ -77,6 +89,18 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p
|
|||||||
$ brew install node
|
$ 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).
|
3. [Install Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases).
|
||||||
|
|
||||||
For Homebrew on Mac:
|
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
|
$ 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:
|
4. Create a site:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Reference in New Issue
Block a user