content: Note that PATH segments must exclude project directory

This commit is contained in:
Joe Mooring 2025-06-16 20:38:19 -07:00 committed by GitHub
parent a81406e267
commit b4f90e39d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View File

@ -113,7 +113,7 @@ macOS|Homebrew|[brew.sh]|`brew install sass/sass/sass`
Windows|Chocolatey|[chocolatey.org]|`choco install sass`
Windows|Scoop|[scoop.sh]|`scoop install sass`
You may also install [prebuilt binaries] for Linux, macOS, and Windows.
You may also install [prebuilt binaries] for Linux, macOS, and Windows. You must install the prebuilt binary outside of your project directory and ensure its path is included in your system's PATH environment variable.
Run `hugo env` to list the active transpilers.

View File

@ -33,7 +33,8 @@ Install the Tailwind CSS CLI v4.0 or later:
npm install --save-dev tailwindcss @tailwindcss/cli
```
The TailwindCSS CLI is also available as a [standalone executable] if you want to use it without installing Node.js.
The Tailwind CSS CLI is also available as a [standalone executable]. You must install it outside of your project directory and ensure its path is included in your system's `PATH` environment variable.
[standalone executable]: https://github.com/tailwindlabs/tailwindcss/releases/latest

View File

@ -149,7 +149,7 @@ If using YouTube this will produce a og:video tag like `<meta property="og:video
## Pagination
See [details](/templates/pagination/).
See&nbsp;[details](/templates/pagination/).
## Schema

View File

@ -82,7 +82,7 @@ For example, the base template below calls the [`partial`] function to include p
</html>
```
The `block` construct above is used to define a set of root templates that are then customized by redefining the block templates within. See [details](/functions/go-template/block/)
The `block` construct above is used to define a set of root templates that are then customized by redefining the block templates within. See&nbsp;[details](/functions/go-template/block/)
## Home