Create README.md

main
Nguyen Tran Hau 2020-06-19 16:53:15 +07:00
parent b59a3c01d7
commit 8af78a1370
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Today I learned
## Local
Use [mdBook](https://github.com/rust-lang/mdBook):
```sh
mdbook build --open
mdbook watch --open
```
## Deploy on GitHub
Use [GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages)
and [GitHub Actions for mdBook](https://www.youtube.com/watch?v=6Pj_AKbRD3E)