Skip to content

Commit dcb1f9c

Browse files
committed
merge
2 parents cb605ec + 2967047 commit dcb1f9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ GEM
235235
minitest (5.25.4)
236236
net-http (0.6.0)
237237
uri
238-
nokogiri (1.18.2-x64-mingw-ucrt)
238+
nokogiri (1.18.3-x64-mingw-ucrt)
239239
racc (~> 1.4)
240-
nokogiri (1.18.2-x86_64-linux-gnu)
240+
nokogiri (1.18.3-x86_64-linux-gnu)
241241
racc (~> 1.4)
242242
octokit (4.25.1)
243243
faraday (>= 1, < 3)

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)