diff --git a/README.md b/README.md index 3a714e6..e19ea67 100644 --- a/README.md +++ b/README.md @@ -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.