From fb3237c7e0b804d5a1054df1ec1637877f1f1e6b Mon Sep 17 00:00:00 2001 From: de-soot <78423238+de-soot@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:59:49 +0000 Subject: [PATCH] Update README.md Signed-off-by: de-soot <78423238+de-soot@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a855682..1c735b1 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,20 @@ Click [here](https://de-soot.github.io) ### Run Locally 1) [Clone](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories) this github repository onto your computer by simply downloading the source code from this Github repository, or by using [`git`](https://git-scm.com): -``` +```sh git clone https://github.com/de-soot/de-soot.github.io ``` 2) Follow [this guide](https://jekyllrb.com/docs/installation) to install the prerequisites for Jekyll for your system if you have not already done so. 3) Once all requirements are installed, run the following command below in a command line terminal: -``` +```sh gem install jekyll bundler ``` 4) Now that everything's installed and good to go, navigate the terminal to the directory where the you downloaded the copy of the Github repository, like so: -``` +```sh cd "{Path of source code folder}" ``` 5) Enter this command: -``` +```sh bundle exec jekyll serve ``` 6) Navigate to http://localhost:4000 in a browser.