Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Update the install guide, help users keep up with new features from Jekyll-Bootstrap #35

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,17 @@ Go to your [Github Dashboard](https://github.com/) and create a new repository n
$ git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com
$ cd USERNAME.github.com
$ git remote set-url origin [email protected]:USERNAME/USERNAME.github.com.git
$ git remote add jekyllbootstrap git://github.com/plusjade/jekyll-bootstrap.git
$ git push origin master

You can use `git remote -v` to see what remotes you have.

And if you want to get new features from Jekyll-Bootstrap, juse do:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

juse do:

Shouldn't it be "just do" or simply "use"?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we can use "use" here.


$ git pull jekyllbootstrap master

Then use `git status` to check what changes. You may encounter **conflicts** with some files especially **_config.yml**. Merge it manually and then just push to your site!

### 3 - Profit

After GitHub has a couple minutes to do its magic your blog will be publicly available at
Expand Down