Skip to content

Commit

Permalink
A few tweaks to the README (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Dec 30, 2023
1 parent 0b07ef0 commit 113200c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All of the material and stitching for [pantsbuild.org](pantsbuild.org).

## Development

The docs site is a JS project, so you'll want `nvm` installed.
The docs site is a JS project, so you'll want `nvm` and `yarn` installed.

Afterwards

```bash
cd website
nvm use
yarn install
```

### Dev server
Expand Down Expand Up @@ -43,7 +43,7 @@ To build the site, run:
NODE_OPTIONS="--max-old-space-size=6144" npm build
```

(Note: Node need more than the default amount of RAM because this site is beefy)
(Note: Node needs more than the default amount of RAM because this site is beefy)

## Tech

Expand Down

0 comments on commit 113200c

Please sign in to comment.