Skip to content

Commit 8fe198e

Browse files
committed
Updated the README.
1 parent 4f75a8c commit 8fe198e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
## rubysec.github.io
22

3-
For development, run:
4-
`jekyll server --watch`
3+
To preview the site:
54

6-
To update the advisories, run:
7-
`rake sync_advisories`
5+
jekyll server --watch
86

9-
To generate, run:
10-
`jekyll build`
7+
To update the advisories blog posts:
118

12-
To deploy, simply push to github.
9+
rake advisories
10+
11+
To generate a static copy of the website:
12+
13+
jekyll build
14+
15+
To deploy, simply push to github.

0 commit comments

Comments
 (0)