Update quickstart.md
This commit is contained in:
parent
3eb73f2795
commit
bb1889afe4
|
@ -7,11 +7,8 @@ permalink: /docs/quickstart/
|
||||||
If you already have a full [Ruby](https://www.ruby-lang.org/en/downloads/) development environment with all headers and [RubyGems](https://rubygems.org/pages/download) installed (see Jekyll's [requirements](/docs/installation/#requirements)), you can create a new Jekyll site by doing the following:
|
If you already have a full [Ruby](https://www.ruby-lang.org/en/downloads/) development environment with all headers and [RubyGems](https://rubygems.org/pages/download) installed (see Jekyll's [requirements](/docs/installation/#requirements)), you can create a new Jekyll site by doing the following:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Install Bundler through RubyGems
|
# Install Jekyll and Bundler gems through RubyGems
|
||||||
gem install bundler
|
gem install jekyll bundler
|
||||||
|
|
||||||
# Add Jekyll to your Gemfile and install its dependencies
|
|
||||||
bundle add jekyll && bundle install
|
|
||||||
|
|
||||||
# Create a new Jekyll site at ./myblog
|
# Create a new Jekyll site at ./myblog
|
||||||
jekyll new myblog
|
jekyll new myblog
|
||||||
|
|
Loading…
Reference in New Issue