update readme.md

This commit is contained in:
sunface
2022-02-24 14:11:32 +08:00
parent 66ee8b6a46
commit 80bd37ba23
10 changed files with 101 additions and 8 deletions

View File

@ -15,7 +15,7 @@ git config user.email "cto@188.com"
git add .
git commit -m 'deploy'
git branch -M gh-pages
git remote add origin https://github.com/sunface/rust-exercise
git remote add origin https://github.com/sunface/zh.exercise.rs
## push to github pages
git push -u -f origin gh-pages