From e63d8c116d37b401f66169a8df88a25f0faa2643 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 17 Feb 2025 23:37:54 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b77933..803b07d 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,13 @@ pulsarss --source https://path/to/feed.rss --index index.gmi #### systemd -1. Install `pulsarss` by copy the binary compiled into the system destination: +1. Install `pulsarss` by copy the binary compiled into the native system apps destination: + * Linux: `sudo cp /home/user/.cargo/bin/pulsarss /usr/local/bin` 2. Create `systemd` configuration file: -``` /etc/systemd/system/pulsarss.service +``` pulsarss.service # /etc/systemd/system/pulsarss.service [Unit] @@ -61,6 +62,7 @@ WantedBy=multi-user.target ``` 3. Run in priority: + * `systemctl daemon-reload` - reload systemd configuration * `systemctl enable pulsarss` - enable new service * `systemctl start pulsarss` - start the process