1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 14:09:09 +08:00

Update wiki home

This commit is contained in:
wsdjeg 2018-01-21 13:49:06 +08:00
parent 610caee9fe
commit 5755264259
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ welcome to <img src="https://spacevim.org/SpaceVim.png" height="17" width="17">
## Developers
the wiki is generated from [`wiki/`](https://github.com/SpaceVim/SpaceVim/tree/master/wiki) directory automatically, if you want to contribute to the wiki, please use pull request.
- [Support SpaceVim](support-spacevim)
- [contribute to SpaceVim](https://github.com/SpaceVim/SpaceVim/blob/master/CONTRIBUTING.md)
- [Write post about SpaceVim](write-post-about-spacevim)

View File

@ -5,7 +5,7 @@ cd wiki/
git init
git add .
git commit -m "Update wiki"
git remote add SpaceVimWiki https://github.com/SpaceVim/SpaceVim.wiki.git
git remote add SpaceVimWiki https://SpaceVimBot:${BOTSECRET}:github.com/SpaceVim/SpaceVim.wiki.git
git push -f -u SpaceVimWiki master
cd ..
rm -rf ./wiki/.git/