From 83eff26e24c2738fc3e1680c1312e2b061d00648 Mon Sep 17 00:00:00 2001 From: Tony Prisk Date: Wed, 5 Feb 2014 13:16:28 -0800 Subject: [PATCH] Updated Linux server setup (markdown) --- Linux-server-setup.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Linux-server-setup.md b/Linux-server-setup.md index 508d740..849f76a 100644 --- a/Linux-server-setup.md +++ b/Linux-server-setup.md @@ -33,4 +33,7 @@ Steps 21. Create the logs directory: `mkdir logs`. 22. Create the shared memory directory: `mkdir shared`. 23. Run `Bin/world` and wait for it to finish initializing. -24. Once the world server is running, open a new terminal window and run `Bin/eqlaunch `. \ No newline at end of file +24. Once the world server is running, open a new terminal window and run `Bin/eqlaunch zone`. If Bin/zone is not in your path, you can edit your eqemu_config.xml to include: + + Bin/zone + \ No newline at end of file