Skip to content

Commit

Permalink
Updated README with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
taskinoz committed Oct 31, 2023
1 parent fdcd4ea commit 3bb5430
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 3bb5430

Please sign in to comment.