Merge pull request #44 from gabbanaesteban/patch-1
Add missing command to steps to serve the website
This commit is contained in:
commit
333f719aef
1 changed files with 6 additions and 2 deletions
|
@ -35,11 +35,15 @@ gem install jekyll bundler
|
|||
```
|
||||
cd personal-website
|
||||
```
|
||||
4. Build the site and make it available on a local server
|
||||
4. Install missing gems
|
||||
```
|
||||
bundle install
|
||||
```
|
||||
5. Build the site and make it available on a local server
|
||||
```
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
5. Now browse to [http://localhost:4000](http://localhost:4000)
|
||||
6. Now browse to [http://localhost:4000](http://localhost:4000)
|
||||
|
||||
### Publish
|
||||
|
||||
|
|
Loading…
Reference in a new issue