docs: troubleshoot macOS with ARM64 architecture (#8560)

Merge pull request 8560
This commit is contained in:
David Zhang 2021-03-29 20:56:06 +08:00 committed by GitHub
parent f5a137d3c6
commit 63ce7d66bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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.