Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
efsalvarenga committed Nov 4, 2024
1 parent a2607df commit 9d315ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ Assuming [Jekyll] and [Bundler] are installed on your computer:
2. Run `bundle install`.
3. Run `bundle exec jekyll serve` to build your site and preview it at [http://localhost:4000](http://localhost:4000/). The built site is stored in the directory `_site`.
3. Run `bundle exec jekyll serve` to build your site and preview it at `localhost:4000`.
The built site is stored in the directory `_site`.
and then browse to http://localhost:4000.
## Customization
Expand Down

0 comments on commit 9d315ce

Please sign in to comment.