diff --git a/README.md b/README.md index 8caa6230..198ca754 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
An open source, quickly self-hosted alternative to flomo
+An open source, self-hosted knowledge base that works with a SQLite db file.
@@ -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