From 56dfd77c9b25858b7a9858d9f0d7a0b9a756eff7 Mon Sep 17 00:00:00 2001 From: Oleg Silkin Date: Fri, 3 Jan 2020 15:42:07 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f50ef..471f552 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ source venv/bin/activate As a super-user, copy the .service and .target files to the systemd directory: ```bash -$ sudo comment-server/config/comment-server* /etc/systemd/system +$ sudo cp config/comment-server* /etc/systemd/system ``` Then `$ sudo systemctl daemon-reload` to refresh the systemd service files.