From 418dea138e4e0638007ae565cd97ac097304c4bc Mon Sep 17 00:00:00 2001 From: Martin Danielsson Date: Thu, 23 Jun 2016 11:41:35 +0200 Subject: [PATCH] Clone must read fork. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4aeebce..c6621ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request. -The short version of it is to simply clone this repo into (a) a repo of your own account under (b) the name `[your_account_name].github.io`. Upon your first commit the blog should be published at `http://[your_account_name].github.io`. In this way you can add your changes and test them live. When you are finished create a pull request with your changes and submit it against our blog repo. +The short version of it is to fork this repo into (a) a repo of your own account under (b) the name `[your_account_name].github.io`. Upon your first commit the blog should be published at `http://[your_account_name].github.io`. In this way you can add your changes and test them live. When you are finished create a pull request with your changes and submit it against our blog repo. Support for Categories and Tags were inspired by [this blog entry](http://www.minddust.com/post/tags-and-categories-on-github-pages/). A list of the defined categories and tags can be found at `_data/categories.yml` and `_data\tags.yml` respectively. If you want to add new categories or tags, you need to add them to the corresponding `.yml` file and add the matching template into the `meta/category` or `meta/tag` directories. Please do not go overboard with adding new categories and tags but try to stay within the ones we have. On the other hand - if you feel strongly about adding one, feel free to submit a pull request. @@ -115,4 +115,4 @@ Now enter the following to compile the project and start the web server: (replacing the path and ip with your values) The web server should now be running, so start your browser at `http://:4000` to see the results. When finished, shut down the web server with `^C` in the power shell window. - \ No newline at end of file +