diff --git a/README.md b/README.md index 39708711..0463c641 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GitHub Watchers

-![demo](https://raw.githubusercontent.com/justmemos/memos/main/resources/demo.webp) +![demo](https://raw.githubusercontent.com/justmemos/memos/main/resources/demo.png) Memos is an open source, self-hosted alternative to [flomo](https://flomoapp.com/). Built with `Go` and `React`. @@ -36,7 +36,7 @@ Making sure that you are in charge of your data and more customizations. docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev ``` -If the `/path/to/your/data` doesn't have a `.db` file, then memos will auto-generate it and the default username is `guest` with password `secret`. +If the `/path/to/your/data` doesn't have a `memos_prod.db` file, then `memos` will auto-generate it and the default username is `dear_musk` with password `secret`. ## 🌟 Star history diff --git a/resources/demo.png b/resources/demo.png new file mode 100644 index 00000000..f9124e2a Binary files /dev/null and b/resources/demo.png differ diff --git a/resources/demo.webp b/resources/demo.webp deleted file mode 100644 index 890505a8..00000000 Binary files a/resources/demo.webp and /dev/null differ diff --git a/resources/memos_release.db b/resources/memos_prod.db similarity index 93% rename from resources/memos_release.db rename to resources/memos_prod.db index a9b2dcba..62a1ae29 100644 Binary files a/resources/memos_release.db and b/resources/memos_prod.db differ