Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: de-soot <[email protected]>
  • Loading branch information
de-soot authored Aug 1, 2024
1 parent e3403d6 commit c6443ed
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ Click [here](https://de-soot.github.io)
# Run Locally

1) Download a copy of the github repository's files onto your computer.
2) Follow the guide to install the prerequisites for Jekyll [here](https://jekyllrb.com/docs/installation).
3) Once all requirements are installed, run this in your terminal: `gem install jekyll bundler`.
4) Now that everything's installed and good to go, use `cd` to navigate to the folder where the you downloaded the copy of the Github repository and enter `bundle exec jekyll serve` in the terminal.
5) Navigate to `http://localhost:4000`.
2) Follow [this guide](https://jekyllrb.com/docs/installation) to install the prerequisites for Jekyll.
3) Once all requirements are installed, run this in a command line terminal: `gem install jekyll bundler`.
4) Now that everything's installed and good to go, use `cd` to navigate the terminal to the folder where the you downloaded the copy of the Github repository and enter `bundle exec jekyll serve`.
5) Navigate to `http://localhost:4000` in a browser.
6) Profit!

Refer to the [official Jekyll documentation](https://jekyllrb.com/docs) for installing Jekyll.

0 comments on commit c6443ed

Please sign in to comment.