Skip to content

Commit 67d2f75

Browse files
committed
Updated readme installation steps to use GitHub Pages 💎
1 parent 9826c6c commit 67d2f75

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
4949
## Local Development
5050

5151
1. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
52-
2. Install Jekyll `gem install jekyll`
53-
3. Install plug-ins that we use `gem install jemoji jekyll-sitemap`
54-
4. Serve the site and watch for markup/sass changes `jekyll serve --watch`
55-
5. View your website at http://0.0.0.0:4000
56-
6. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
52+
2. Install Jekyll and the same plug-ins as GitHub Pages `gem install github-pages`
53+
3. Serve the site and watch for markup/sass changes `jekyll serve`
54+
4. View your website at http://0.0.0.0:4000
55+
5. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
5756

5857
## Moar!
5958

0 commit comments

Comments
 (0)