update readme for compile
This commit is contained in:
@@ -10,7 +10,13 @@
|
|||||||
|
|
||||||
## Distribute `rusty-pipe`
|
## 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
|
Each client needs 1 executable and 1 env file with a unique set of buttons
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user