diff --git a/README.md b/README.md index b6024a4e..4534d179 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

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

- GitHub stars + GitHub stars Docker pull Go report

@@ -36,9 +36,7 @@ docker run \ --port 5230 ``` -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` tag of docker image if you have no experience. +`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