Skip to content

Commit

Permalink
Updated build and running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
taskinoz committed Nov 9, 2023
1 parent 3bb5430 commit 74b8e17
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,25 @@ The next-generation master server for Northstar.

## Installation

First install GO from here: [https://go.dev/doc/install](https://go.dev/doc/install)
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
go run cmd/atlas/main.go
```

## Building

To build Atlas, run the following command:

```bash
go build -o atlas.exe cmd/atlas/main.go
```

## Usage

Run the `main.exe` and update your northstar config to point to the new masterserver.
Run the `main.exe` or directly with `go run cmd/atlas/main.go` and update your northstar config to point to the new masterserver.

```
ns_masterserver_hostname "localhost:8080"
Expand Down

0 comments on commit 74b8e17

Please sign in to comment.