From 30a67f653d0d0cd081da4f36fbf4ec38cbc98a92 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 15:32:52 -0700 Subject: [PATCH] Correct the link command for the service file. --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index 3aed801..4af7aa0 100644 --- a/server/README.md +++ b/server/README.md @@ -19,7 +19,7 @@ server folder in the Ghost Writer git repository. (Ex: `sudo ln -s ~/Ghost-Writer-Online/server /server`) 7. Create a symlink named `ghost-writer.service` in `/etc/systemd/system` pointing to the service file in the `server` folder of the Ghost Writer Online -repository. (Ex: `sudo ln -s /etc/systemd/system/ghost-writer.service /server/ghost-writer.service`) +repository. (Ex: `sudo ln -s /server/ghost-writer.service /etc/systemd/system/ghost-writer.service`) 8. Start the websocket server with `sudo systemctl start ghost-writer`. 9. Make sure the server is started by running `systemctl status ghost-writer`