mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +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:
|
4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem and dependencies to preview locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install the needed gems
|
# Install the needed gems through Bundler
|
||||||
gem install jekyll jekyll-sitemap pygments.rb
|
bundle install
|
||||||
# Build and open _site/index.html in your browser...
|
# Build and open _site/index.html in your browser...
|
||||||
jekyll build [--watch]
|
jekyll build [--watch]
|
||||||
# ...or run a local server to easily develop:
|
# ...or run a local server to easily develop:
|
||||||
|
@@ -124,6 +124,3 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.10.6
|
|
||||||
|
Reference in New Issue
Block a user