Update build instructions

This commit is contained in:
Bolke de Bruin
2021-05-17 11:42:18 +02:00
parent bf362b4e52
commit 188ce3586d
2 changed files with 4 additions and 6 deletions

View File

@@ -27,10 +27,11 @@ are generated and signed according to the JWT spec by using [jwt-go](https://git
signed with a 256 bit HMAC. Hosts provided by the user are verified against what was provided by
the server. Finally, the client's ip address needs to match the one it obtained the token with.
## How to build
## How to build & install
```bash
cd rdpgw
go build -o rdpgw .
make
make install
```
## Configuration