mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-09-01 17:32:44 +02:00
Suggesting the use of local gems, as they're actually cleanable
This commit is contained in:
@@ -66,7 +66,7 @@ included in the project:
|
||||
|
||||
```bash
|
||||
# Install the needed gems through Bundler
|
||||
bundle install
|
||||
bundle install --path vendor/bundle
|
||||
# Run the local server
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
|
Reference in New Issue
Block a user