update readme for compile
parent
edcea37148
commit
cf3b93464a
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue