From c79e51a91b9cddbb288dd5e685b1eddf0075d8b8 Mon Sep 17 00:00:00 2001 From: boojack Date: Sun, 27 Nov 2022 16:04:35 +0800 Subject: [PATCH] chore: update readme (#606) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 837cea1c..cce97932 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

✍️ memos

-

An open-source, self-hosted memo hub with knowledge management and collaboration.

+

An open-source, self-hosted memo hub with knowledge management and socialization.

GitHub stars @@ -20,7 +20,7 @@ - 🦄 Open source and free forever; - 🚀 Support for self-hosting with `Docker` in seconds; - 📜 Plain textarea first and support some useful markdown syntax; -- 👥 Collaborate and share with your teammates; +- 👥 Set memo private or public to others; - 🧑‍💻 RESTful API for self-service. ## Deploy with Docker in seconds @@ -31,7 +31,7 @@ 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. +If the `~/.memos/` does not have a `memos_prod.db` file, then memos will auto generate it. Memos will be running at [http://localhost:5230](http://localhost:5230). ### Docker Compose