Update quickstart.md

This commit is contained in:
Frank Taillandier 2018-05-03 10:41:04 +02:00 committed by GitHub
parent 3eb73f2795
commit bb1889afe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -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:
```sh
# Install Bundler through RubyGems
gem install bundler
# Add Jekyll to your Gemfile and install its dependencies
bundle add jekyll && bundle install
# Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler
# Create a new Jekyll site at ./myblog
jekyll new myblog