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 c6443ed commit 721268e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ Click [here](https://de-soot.github.io)

1) Download a copy of the github repository's files onto your computer.
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.
3) Once all requirements are installed, run the following below 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.
Refer to the [official Jekyll documentation](https://jekyllrb.com/docs) for more information about installing Jekyll.

0 comments on commit 721268e

Please sign in to comment.