Skip to content

Commit

Permalink
Add yarn command
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jun 6, 2024
1 parent aeb2414 commit 56a3046
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ echo 2048 | sudo tee /proc/sys/fs/inotify/max_user_instances
sudo sysctl -p
```

Run a `yarn install` locally:

```bash
sudo npm i -g yarn
yarn install
```


Then bring the site up with:

```bash
Expand Down

0 comments on commit 56a3046

Please sign in to comment.