From cf3b93464a8cc682f986ae11af2b04521f6921b1 Mon Sep 17 00:00:00 2001 From: bel Date: Fri, 24 Mar 2023 15:29:33 -0600 Subject: [PATCH] update readme for compile --- host.d/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/host.d/README.md b/host.d/README.md index f414354..d14e731 100644 --- a/host.d/README.md +++ b/host.d/README.md @@ -10,7 +10,13 @@ ## Distribute `rusty-pipe` -`rustup target add x86_64-pc-windows-gnu; echo windows; cargo build --target x86_64-pc-windows-gnu; echo linux; cargo install --path ./` +```bash +rustup target add x86_64-pc-windows-gnu +echo windows +cargo build --target x86_64-pc-windows-gnu && ls target/x86_64-pc-windows-gnu/release/rusty-pipe.exe +echo local +cargo install --path ./ +``` Each client needs 1 executable and 1 env file with a unique set of buttons