Skip to content

Commit 409f2ed

Browse files
committed
Fix docs for M1 mac users
1 parent 79514dd commit 409f2ed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ondemand/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ bin/bundle config --local path vendor/bundle
6363
bin/setup
6464
```
6565

66+
** NOTE: M1 Mac users need to run the following commands BEFORE `bin/setup`:
67+
68+
```
69+
bundle config build.nokogiri --use-system-libraries
70+
bundle config set force_ruby_platform true
71+
bin/setup
72+
```
73+
6674
Once you run `bin/setup` you should see a bunch of output about getting Rugy gems and building
6775
Node.js packages.
6876

0 commit comments

Comments
 (0)