Skip to content

Commit

Permalink
Adjust install from source command in the readme. Resolves #65
Browse files Browse the repository at this point in the history
  • Loading branch information
ioj committed Oct 2, 2023
1 parent a35ab97 commit c12a695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Download the latest flightsim binary for your OS from the [GitHub Releases](https://github.com/alphasoc/flightsim/releases) page. Alternatively, the utility can be built using [Golang](https://golang.org/doc/install) in any environment (e.g. Linux, MacOS, Windows), as follows:

```
go get -u github.com/alphasoc/flightsim/...
go install github.com/alphasoc/flightsim@latest
```

## Running Network Flight Simulator
Expand Down

0 comments on commit c12a695

Please sign in to comment.