From 9a50c632d12a8e8f2de8fc879f39ace13723072f Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:49:55 +0800 Subject: [PATCH] docs: update start service --- README.md | 1 + README_ZH.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 17c107f..d3674ac 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Data will be stored in the `~/.memos` directory. ### 3. Start the Service ```sh +memos enable memos start ``` diff --git a/README_ZH.md b/README_ZH.md index 225b69e..1c4939b 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -31,6 +31,7 @@ memos init ### 3. 启动服务 ```sh +memos enable memos start ```