diff --git a/README.org b/README.org index 32e62eb..3285ef2 100644 --- a/README.org +++ b/README.org @@ -13,7 +13,7 @@ * Getting Started ** Requirement *** Rust - Install Rust(compiler ,standard library) via shell script + Install Rust via shell script #+BEGIN_SRC sh curl https://sh.rustup.rs -sSf | sh #+END_SRC @@ -43,11 +43,11 @@ ** Launch Rocket Everything is ok, now, launch Rocket: #+BEGIN_SRC - cargo run + cargo run #+END_SRC - And open your favourite browser, enter *localhost:8000* + And open your favourite browser, enter ~localhost:8000~ - If you want to login admin page, you could enter *localhost:8000/admin/login* + If you want to login admin page, you could enter ~localhost:8000/admin/login~ Email: admin@samray.xyz Password: 123456 * Screenshot @@ -55,5 +55,7 @@ [[./images/index.png]] ** About Page [[./images/about.png]] -** Admin Page +** Dashboard Page + [[./images/admin_index.png]] +** Post List Page [[./images/admin.png]] diff --git a/images/admin_index.png b/images/admin_index.png new file mode 100644 index 0000000..ba00790 Binary files /dev/null and b/images/admin_index.png differ