From 29da70be56f294649b5c55a809f6cb6f87ea7342 Mon Sep 17 00:00:00 2001 From: boojack Date: Fri, 29 Jul 2022 21:39:52 +0800 Subject: [PATCH] chore: update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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