From 3f08e49189d8c6ab336fdd0e8328c7a13c959a38 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Wed, 1 Sep 2021 23:42:21 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb49e5b..292ba2d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Barrier is software that mimics the functionality of a KVM switch, which histori ```bash $ git clone https://github.com/adamyordan/laplace.git $ cd laplace && go build -o laplace main.go -$ export LAPLACE = $PATH +$ export REMOTEGAMING = $PATH $ ./laplace --help $ ./laplace -setconfig ``` From b45d5a74add48bb8ce55703f134565bbb646567a Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Wed, 1 Sep 2021 23:43:16 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292ba2d..17cea70 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The aim of this project is develop a WebRTC screenshare designed for streaming video games and accepting remote inputs. There will be ansible instructions which can be executed inside into any virtual environment. This will -a plugin which complements the project [P2PRC](https://p2prc.akilan.io) +be a plugin which complements the project [P2PRC](https://p2prc.akilan.io) ## Laplace Based on the fork: