From 3bb543011c2789057fa1fd87ac9384d63c5014dd Mon Sep 17 00:00:00 2001 From: Tristan Kennedy Date: Wed, 1 Nov 2023 10:56:34 +1100 Subject: [PATCH] Updated README with install instructions --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8751d5f..7d18a08 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,20 @@ The next-generation master server for Northstar. -TODO: Finish the rest of this README. +## Installation +First install GO from here: [https://go.dev/doc/install](https://go.dev/doc/install) + +Then run the following commands: + +```bash +go build cmd/atlas/main.go +``` + +## Usage + +Run the `main.exe` and update your northstar config to point to the new masterserver. + +``` +ns_masterserver_hostname "localhost:8080" +``` \ No newline at end of file