You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
49
49
## Local Development
50
50
51
51
1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
52
-
2. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
52
+
2. Clone down your fork `git clone https://github.com/yourusername/yourusername.github.io.git`
53
53
3. Serve the site and watch for markup/sass changes `jekyll serve`
54
54
4. View your website at http://127.0.0.1:4000/
55
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.
0 commit comments