We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79514dd commit 409f2edCopy full SHA for 409f2ed
1 file changed
ondemand/README.md
@@ -63,6 +63,14 @@ bin/bundle config --local path vendor/bundle
63
bin/setup
64
```
65
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
74
Once you run `bin/setup` you should see a bunch of output about getting Rugy gems and building
75
Node.js packages.
76
0 commit comments