From 8af78a13701ff8ff701edd88ec8ad8b7356931b8 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Fri, 19 Jun 2020 16:53:15 +0700 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6cdf61 --- /dev/null +++ b/README.md @@ -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)