Update macOS install docs for Big Sur (#8595)
Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
This commit is contained in:
parent
d25db24065
commit
5e7172c9ab
|
@ -13,7 +13,7 @@ xcode-select --install
|
||||||
## Install Ruby
|
## Install Ruby
|
||||||
|
|
||||||
Jekyll requires **Ruby v{{ site.data.ruby.min_version }}** or higher.
|
Jekyll requires **Ruby v{{ site.data.ruby.min_version }}** or higher.
|
||||||
macOS Catalina 10.15 ships with Ruby 2.6.3. Check your Ruby version using `ruby -v`.
|
macOS Big Sur 11.x ships with Ruby 2.6.3. Check your Ruby version using `ruby -v`.
|
||||||
|
|
||||||
If you're running a previous version of macOS, you'll have to install a newer version of Ruby.
|
If you're running a previous version of macOS, you'll have to install a newer version of Ruby.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue