Skip to content

Commit 520d994

Browse files
committed
Readme.md: Add setup instructions.
1 parent d8bc6b7 commit 520d994

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# gradeup.github.io
22
Engineering Blog
3+
4+
5+
### How to Setup ?
6+
7+
First make sure that ruby(version > 2.0) is installed on your system. To check if ruby is installed simply type
8+
9+
```
10+
ruby -v
11+
```
12+
13+
Now install jekyll and github-pages gem after ruby is installed.
14+
15+
```
16+
sudo gem install jekyll
17+
sudo gem install github-pages
18+
```
19+
20+
To run server, simply write
21+
22+
```
23+
jekyll serve
24+
```

0 commit comments

Comments
 (0)