mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
Merge pull request #671 from ericpoe/fixJeckyllCmd
Fix jeckyll serve command
This commit is contained in:
@@ -68,7 +68,7 @@ included in the project:
|
|||||||
# Install the needed gems through Bundler
|
# Install the needed gems through Bundler
|
||||||
bundle install
|
bundle install
|
||||||
# Run the local server
|
# Run the local server
|
||||||
bundle execute jekyll s
|
bundle exec jekyll serve
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Commit your changes in logical chunks. Please adhere to these [git commit
|
5. Commit your changes in logical chunks. Please adhere to these [git commit
|
||||||
|
Reference in New Issue
Block a user