mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-15 02:04:26 +02:00
Using bundler on install procedure instead of pure gems
This commit is contained in:
@@ -65,8 +65,8 @@ included in the project:
|
||||
4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem and dependencies to preview locally:
|
||||
|
||||
```bash
|
||||
# Install the needed gems
|
||||
gem install jekyll jekyll-sitemap pygments.rb
|
||||
# Install the needed gems through Bundler
|
||||
bundle install
|
||||
# Build and open _site/index.html in your browser...
|
||||
jekyll build [--watch]
|
||||
# ...or run a local server to easily develop:
|
||||
|
@@ -124,6 +124,3 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.6
|
||||
|
Reference in New Issue
Block a user