From 19ac2c74cf3ec516aaf7b6ae8b658c4cb1d1b282 Mon Sep 17 00:00:00 2001 From: sn0w Date: Mon, 26 Aug 2019 00:03:08 +0200 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fcca9c..4318d5a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Pleroma maintenance is usually done with mix tasks. You can run these tasks in your running pleroma server using `./pleroma.sh mix [task] [arguments...]`. -For example: `/pleroma.sh mix pleroma.user new sn0w ...` +For example: `./pleroma.sh mix pleroma.user new sn0w ...` If you need to fix bigger problems you can also spawn a shell with `./pleroma.sh enter`.