From 29c835d27a007cdc1921d35401a5ea2c7152ee9b Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 22 Aug 2022 20:52:54 +0800 Subject: [PATCH] chore: update readme --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ccd0471d..b1b2de3b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ![demo](https://raw.githubusercontent.com/usememos/memos/main/resources/demo.webp) -## ✨ Features +## Features - 🦄 Fully open source; - 📜 Writing in plain textarea without any burden, @@ -24,21 +24,15 @@ - 🚀 Fast self-hosting with `Docker`; - 🤠 Pleasant UI and UX; -## ⚓️ Deploy with Docker +## Deploy with Docker ```docker -docker run \ - --name memos \ - --publish 5230:5230 \ - --volume ~/.memos/:/var/opt/memos \ - neosmemo/memos:latest \ - --mode prod \ - --port 5230 +docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest ``` Memos should 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. -## 🏗 Development +## Development Memos is built with a curated tech stack. It is optimized for developer experience and is very easy to start working on the code: @@ -83,6 +77,6 @@ Memos should now be running at [http://localhost:3000](http://localhost:3000) an Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰 -## 🌟 Star history +## Star history [![Star History Chart](https://api.star-history.com/svg?repos=usememos/memos&type=Date)](https://star-history.com/#usememos/memos&Date)