Better "clone" instructions for the CLI

This commit is contained in:
Ali Servet Donmez
2014-05-27 17:10:32 +02:00
parent 0077e79866
commit 7da1f85576

View File

@@ -25,8 +25,8 @@ 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 <New Repository GitHub HTTPS/SSH Clone URL>
git push --set-upstream foobar gh-pages
git remote add foobar <HTTPS/SSH Clone URL of the New Repository>
git push foobar gh-pages
```
Create a New Wiki