diff --git a/README.md b/README.md index 99b9b56f..aabc5923 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,19 @@
![demo](https://raw.githubusercontent.com/usememos/memos/main/resources/demo.webp) -## 🎯 Intentions - -- ✍️ Write down the light-card memos very easily; -- 🏗️ Build the fragmented knowledge management tool for yourself; -- 📒 For noting your 📅 daily/weekly plans, 💡 fantastic ideas, 📕 reading thoughts... - ## ✨ Features - 🦄 Fully open source; -- 👍 Write in the plain textarea without any burden; -- 🤠 Great UI and never miss any detail; -- 🚀 Super quick self-hosted with `Docker` and `SQLite`; +- 📜 Writing in plain textarea without any burden, + - and support some useful markdown syntax 💪. +- 🌄 Share the memo in a pretty image or personal page like Twitter; +- 🚀 Fast self-hosting with `Docker`; +- 🤠 Pleasant UI and UX; ## ⚓️ Deploy with Docker @@ -43,7 +38,7 @@ docker run \ Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it. -⚠️ Please DO NOT use `dev` of docker image if you have no experience. +⚠️ Please DO NOT use `dev` tag of docker image if you have no experience. ## 🏗 Development