Skip to content

Commit

Permalink
Update the readme with instructions on how to install on an M1. Part of
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomoros committed Nov 21, 2021
1 parent 72e46de commit 09448c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ Check out this repo.

Run `npm install` to install dependencies.

### Installing on an M1 chip

Can get everything but screenshots running with `npm install --only=prod`

Install homebrew if not already installed

Run `arch -arm64 brew install pkg-config cairo pango libpng jpeg giflib librsvg`

Then run `npm install`

# Running

If you want to do your own config, create a `config.json` in the root of the repo. If not provided, `config.SAMPLE.json` will be used.
Expand Down

0 comments on commit 09448c5

Please sign in to comment.