From c6443ed3208c0c3a37a499d9e12f7077434b7d8b Mon Sep 17 00:00:00 2001 From: de-soot <78423238+de-soot@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:08:41 +0000 Subject: [PATCH] Update README.md Signed-off-by: de-soot <78423238+de-soot@users.noreply.github.com> --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd8350b..3a714e6 100644 --- a/README.md +++ b/README.md @@ -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.