Skip to content

Commit

Permalink
Update README.md (sergiokopplin#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiokopplin authored Oct 20, 2023
1 parent 1a1de7c commit 7dbdfd2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ To run locally do the following:

1. Install [Jekyll](https://jekyllrb.com) and [Bundler](https://bundler.io/).
2. Clone the forked repo on your machine
3. Enter the cloned folder via terminal and run `bundle install`
4. Then run `bundle exec jekyll serve`
5. Open it in your browser: `http://localhost:4000`
3. Enter the cloned folder via terminal and run:
```sh
bundle install
bundle exec jekyll serve
```
4. Open it in your browser: `http://localhost:4000`

Or run with [docker](https://github.com/BretFisher/jekyll-serve).

Expand Down

0 comments on commit 7dbdfd2

Please sign in to comment.