Update README.md

This commit is contained in:
Akilan Selvacoumar
2021-09-01 23:42:21 +04:00
committed by GitHub
parent 2a0cd44535
commit 3f08e49189

View File

@@ -35,7 +35,7 @@ Barrier is software that mimics the functionality of a KVM switch, which histori
```bash ```bash
$ git clone https://github.com/adamyordan/laplace.git $ git clone https://github.com/adamyordan/laplace.git
$ cd laplace && go build -o laplace main.go $ cd laplace && go build -o laplace main.go
$ export LAPLACE = $PATH $ export REMOTEGAMING = $PATH
$ ./laplace --help $ ./laplace --help
$ ./laplace -setconfig $ ./laplace -setconfig
``` ```