Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ifndef HAS_HUGO
@printf "Install hugo first. For OSX: brew install hugo\n"; exit 1
endif
ifndef HAS_SASS
@printf "Install Dart Sass first: npm install sass\n"; exit 1
@printf "Install Dart Sass Embedded first: npm install -g sass-embedded\n"; exit 1
endif
cd tmp/linkerd.io && ./build

Expand Down
6 changes: 4 additions & 2 deletions linkerd.io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ docker run \

### Install Hugo to develop locally

Install Dart Sass first:
Install Dart Sass Embedded first:

```bash
brew install sass/sass/sass
npm install -g sass-embedded
```

This installs the `sass` executable that Hugo expects when building the site.

Then install Hugo:

```bash
Expand Down