From dc53eacac709f1c030359b8e35d1bc2be7eb79b3 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 31 May 2022 17:10:41 -0700 Subject: [PATCH] fix incorrect list item in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4be9d1c..2e641b82 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ There is a probably-not-too-old macOS release on the newserv GitHub repository ( If you're running Linux or want to build newserv yourself, here's what you do: 1. Make sure you have CMake and libevent installed. (`brew install cmake libevent` on macOS, `sudo apt-get install cmake libevent-dev` on most Linuxes) -- Build and install phosg (https://github.com/fuzziqersoftware/phosg). -2. Run `cmake . && make` on the newserv directory. +2. Build and install phosg (https://github.com/fuzziqersoftware/phosg). +3. Run `cmake . && make` on the newserv directory. After building newserv or downloading a release, do this to set it up and use it: 1. In the system/ directory, make a copy of config.example.json named config.json, and edit it appropriately.