Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
better install uninstall instruction #152
Conversation
| @@ -3,18 +3,32 @@ | |||
| This is the main website for a pledge to stop supporting Python 2 for free in | |||
| open source software. | |||
|
|
|||
| # Preview the changes | |||
|
|
|||
| If you are lazy, just send a PR. The continuous integration will build a preview | |||
takluyver
Sep 2, 2018
Member
I'd remove the 'lazy' and 'just', and start with "If you send a pull request, Netlify will automatically build a preview for you..."
Then I'd clarify under the run locally section that it's fine to use the preview, but if you do want to build the site locally, this is how.
|
|
||
| Modify the various files, refresh your browser and enjoy. | ||
|
|
||
| PRs welcomed. | ||
|
|
||
| # uninstall |
| # Run locally | ||
|
|
||
| Install Jekyll : `gem install jekyll`, `gem install github-pages` | ||
| Install Jekyll, we recommend installing bundler first: `gem install bundler` |
takluyver
Sep 2, 2018
Member
The first part of this doesn't quite read right. I'd drop the mention of Jekyll here.
No description provided.