Skip to content

Commit ce0bc53

Browse files
committed
Update readme
1 parent 53b5ded commit ce0bc53

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,25 @@ Pages and sections are ordered on the “end user” to “core team member” s
1010

1111
### Dependencies
1212

13-
This website is built using [Hugo](https://gohugo.io), a static website editor, and uses [Node.js](https://nodejs.org).
13+
#### Hugo
1414

15-
To build it, [install Hugo](https://gohugo.io/getting-started/installing/) (>= v0.114.0) and [Node.js](https://nodejs.org), and then:
15+
[Install Hugo](https://gohugo.io/getting-started/installing/) in version `0.127.0` edition `extended`.
16+
17+
##### With Homebrew
18+
19+
1. Add Open Terms Archive homebrew tap: `brew tap OpenTermsArchive/homebrew-tap https://github.com/OpenTermsArchive/homebrew-tap`
20+
2. Install Hugo: `brew install [email protected]`
21+
22+
See [Open Terms Archive homebrew tap](https://github.com/OpenTermsArchive/homebrew-tap) for more information.
23+
24+
#### Node.js and npm dependencies
25+
26+
[Install Node.js](https://nodejs.org), then install npm dependencies with the following commands:
1627

1728
```sh
1829
git clone https://github.com/OpenTermsArchive/docs
1930
cd docs
2031
npm install
21-
hugo
2232
```
2333

2434
## Usage

0 commit comments

Comments
 (0)