Skip to content

Commit 05df944

Browse files
Update installation instructions (#29)
1 parent 618a6a7 commit 05df944

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Official blog of St Anthony's College Kandy, Sri Lanka
22

3-
Preview: https://acf-sack.github.io/sack-blog/.
3+
Available at: https://blog.sack.edu.lk/
44

55
## Contribution
66

@@ -9,12 +9,16 @@ Preview: https://acf-sack.github.io/sack-blog/.
99

1010
## Run Locally
1111

12+
- Install Ruby and Jekyll
13+
Follow this documentation: (Jekyll Installation Guide)[https://jekyllrb.com/docs/installation/]
1214
- Fork this repository
1315
- Clone your forked repository
14-
`git clone https://github.com/USERNAME/sack-blog`
15-
`cd sack-blog`
16-
- Install Jekyll
17-
`gem install jekyll bundler`
16+
```
17+
git clone https://github.com/USERNAME/sack-blog
18+
cd sack-blog
19+
```
20+
- Install Dependancies
21+
`bundle install`
1822
- Run local server
19-
`jekyll serve`
23+
`bundle exec jekyll serve`
2024
- Go to http://localhost:4000

0 commit comments

Comments
 (0)