From 70633fd6a32d8f39c47a11b4267d2408b758ce16 Mon Sep 17 00:00:00 2001 From: deicidus <> Date: Mon, 13 Jun 2022 15:50:08 -0700 Subject: [PATCH] formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a591385..db7e6f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An AO server, or AO API server keeps track of the history of a single community. One or more users can connect to the same AO server and communicate. -# Installation +## Installation Use [ao-cli](https://www.npmjs.com/package/@autonomousorganization/ao-cli) to install. @@ -17,13 +17,13 @@ npm i --force (`--force` is necessary temporarily because we are using a development version of TypeScript to make compiling simpler using a new feature.) -# Starting the server +## Starting the server To start the server running, do: `npm run serve` -# Installing as a service +## Installing as a service To run the server in the background or on system startup, install it as a systemd service.