From ae87ee6dd007d4ff38ff8feb23bc335ad578403d Mon Sep 17 00:00:00 2001 From: boojack Date: Fri, 20 May 2022 06:24:47 +0800 Subject: [PATCH] chore: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8caa6230..198ca754 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

✍️ Memos

-

An open source, quickly self-hosted alternative to flomo

+

An open source, self-hosted knowledge base that works with a SQLite db file.

GitHub stars @@ -33,7 +33,7 @@ docker run --name memos --publish 5230:8080 --volume ~/.memos/:/var/opt/memos -e mode=prod neosmemo/memos:0.0.1 ``` -If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it. +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. ## 🏗 Development @@ -73,7 +73,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien cd web && yarn && yarn dev ``` -Memos should now be running at https://localhost:3000 and change either frontend or backend code would trigger live reload. +Memos should now be running at [http://localhost:3000](http://localhost:3000) and change either frontend or backend code would trigger live reload. ## 🌟 Star history