Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxall41 authored Apr 1, 2022
1 parent 227b46b commit a25050a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,16 @@ The server loads a config when it starts which stores all of your apps and authe
]
}
```
## Installing the server
## Installing the server (NATIVE)
To run the server natively just run the below command to compile the binary then just run it!
```
go build .
```
Docker container coming soon!
## Installing the server (Docker-Compose)
To run the server inside Docker compose just download the repo and then run the below command inside of the server/ directory to use docker-compose file
```
docker-compose up
```
## Installing the client
Just run the below command to download the binary and then add it to your path
```
Expand Down

0 comments on commit a25050a

Please sign in to comment.