docs: troubleshoot macOS with ARM64 architecture (#8560)
Merge pull request 8560
This commit is contained in:
parent
f5a137d3c6
commit
63ce7d66bf
|
@ -208,6 +208,15 @@ you don't have a proper JavaScript runtime. To solve this, either install
|
|||
|
||||
## Problems running Jekyll
|
||||
|
||||
### macOS
|
||||
|
||||
Jekyll is compatible with macOS with ARM64 architecture.
|
||||
However, `bundle exec jekyll serve` may [fail with elder version `ffi`](https://github.com/ffi/ffi/issues/870).
|
||||
|
||||
You may need to run `bundle update` or update `ffi` to at least `1.14.2` manually.
|
||||
|
||||
### Debian or Ubuntu
|
||||
|
||||
On Debian or Ubuntu, you may need to add `/var/lib/gems/1.8/bin/` to your path
|
||||
in order to have the `jekyll` executable be available in your Terminal.
|
||||
|
||||
|
|
Loading…
Reference in New Issue