mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-23 05:48:03 -05:00
docs: Homebrew bash script
Fix ##8490
This commit is contained in:
committed by
GitHub
parent
9084f9f752
commit
6132653d5a
@@ -22,8 +22,9 @@ To run the latest Ruby version you need to install it through [Homebrew](https:/
|
||||
|
||||
```sh
|
||||
# Install Homebrew
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
# Install Ruby
|
||||
brew install ruby
|
||||
```
|
||||
|
||||
@@ -134,4 +135,4 @@ sudo gem install bundler jekyll
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
See [Troubleshooting]({{ '/docs/troubleshooting/' | relative_url }}) or [ask for help on our forum](https://talk.jekyllrb.com).
|
||||
See [Troubleshooting]({{ '/docs/troubleshooting/' | relative_url }}) or [ask for help on our forum](https://talk.jekyllrb.com).
|
||||
|
||||
Reference in New Issue
Block a user