diff options
author | alifeee <alifeee.web@outlook.com> | 2025-02-12 10:49:58 +0000 |
---|---|---|
committer | alifeee <alifeee.web@outlook.com> | 2025-02-12 10:49:58 +0000 |
commit | 861413f96b2ffada9a46f97f49651e14ecdacc4c (patch) | |
tree | 59f10f671866dbce7c2267bbccea4b6c7b382946 /docs/running-gathio/installation.md | |
parent | cdad18c612cb4db5ca4961d2656baea468e4853d (diff) |
remove weird syntax
Diffstat (limited to 'docs/running-gathio/installation.md')
-rw-r--r-- | docs/running-gathio/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/running-gathio/installation.md b/docs/running-gathio/installation.md index b5ac45b..2481bc3 100644 --- a/docs/running-gathio/installation.md +++ b/docs/running-gathio/installation.md @@ -72,7 +72,8 @@ Finally, we can start `gathio`: ```bash # start locally in terminal -(cd /srv/gathio; /usr/bin/pnpm start) +cd /srv/gathio +/usr/bin/pnpm start # start service to run in background sudo systemctl start gathio ``` |