Skip to content

Commit ec30f5e

Browse files
authored
Merge pull request #64 from de-soot/main
Update README.md
2 parents 5fb708b + fb3237c commit ec30f5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ Click [here](https://de-soot.github.io)
1111
### Run Locally
1212

1313
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):
14-
```
14+
```sh
1515
git clone https://github.com/de-soot/de-soot.github.io
1616
```
1717
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.
1818
3) Once all requirements are installed, run the following command below in a command line terminal:
19-
```
19+
```sh
2020
gem install jekyll bundler
2121
```
2222
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:
23-
```
23+
```sh
2424
cd "{Path of source code folder}"
2525
```
2626
5) Enter this command:
27-
```
27+
```sh
2828
bundle exec jekyll serve
2929
```
3030
6) Navigate to http://localhost:4000 in a browser.

0 commit comments

Comments
 (0)