diff --git a/README.md b/README.md index 4b250f8..a4f9cd0 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,25 @@ Learn [Markdown](https://help.github.com/articles/github-flavored-markdown)! The Whenever you feel stuck, go to [MDwiki's own site](http://mdwiki.info) for further information. -Fork It -------- +One Wiki Only? Fork It. +----------------------- First off fork this repo and call it something like `-wiki`. +Multiple Wikis? Clone It. +------------------------- + +In case would you like to create one than one wiki for the same GitHub user or organization, then forking won't cut it, because at the moment of this writing, GitHub won't allow you to fork multiple times. Below instructions how to clone this repository using the CLI. + +First off, create a new (empty) repository on GitHub, then; + +```bash +git clone https://github.com/exalted/mdwiki-seed.git +cd mdwiki-seed +git remote add foobar +git push --set-upstream foobar gh-pages +``` + Create a New Wiki -----------------