From 8f708133d4a51079af610bdcacf5ef595a229580 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 15:13:46 -0700 Subject: [PATCH] Add filepath in text step rather than just the example. --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index ae6136e..3aed801 100644 --- a/server/README.md +++ b/server/README.md @@ -17,7 +17,7 @@ the service file. 6. Create a symlink named `server` in the server root (`/`) pointing to the 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 `/` +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`) 8. Start the websocket server with `sudo systemctl start ghost-writer`.