From d39cacf1f94e2f8f34877797e430fb387e7eac0b Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 25 May 2024 11:01:54 +0800 Subject: [PATCH] chore: tweak readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 735402d0..ec6df1cb 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ A privacy-first, lightweight note-taking service. Easily capture and share your docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:stable ``` +> [!NOTE] +> This command is only applicable for Unix/Linux systems. For Windows, please refer to the detailed [documentation](https://www.usememos.com/docs/install/self-hosting). +> > The `~/.memos/` directory will be used as the data directory on your local machine, while `/var/opt/memos` is the directory of the volume in Docker and should not be modified. Learn more about [other installation methods](https://www.usememos.com/docs/install).