taf2 / voiceid

Automatically exported from code.google.com/p/voiceid
7 stars 2 forks source link

Copy Google Code wiki to github #35

Open vtsatskin opened 8 years ago

vtsatskin commented 8 years ago

When trying to use this project, there was a lack of information on github on how to use it. It would make sense to copy over the wiki contents on google code in github.

I would do it myself but the wiki is not enabled for this project.

vtsatskin commented 8 years ago

It looks like the contents of the wiki is already in the wiki branch. Wikis on github are just git repos it seems. Inspecting other projects, it looks like https://github.com/taf2/voiceid.wiki.git would be the URL to the git repo for this project's wiki.

I think all that needs to be done is to enable the wiki and then run the following commands:

git checkout wiki
git remote add ghwiki https://github.com/taf2/voiceid.wiki.git
git push ghwiki wiki

(Note, I haven't tried this before!)