diff --git a/README.md b/README.md index 5bd6680..900b00b 100644 --- a/README.md +++ b/README.md @@ -2,34 +2,7 @@ # Clients -## Distribute `rusty-pipe` - -```bash -# https://www.reddit.com/r/rust/comments/5k8uab/crosscompiling_from_ubuntu_to_windows_with_rustup/ -( - echo '[target.x86_64-pc-windows-gnu]' - echo 'linker = "x86_64-w64-mingw32-gcc"' - echo 'ar = "x86_64-w64-mingw32-gcc-ar"' -) >> $HOME/.cargo/config -sudo apt install mingw-w64 -rustup target add x86_64-pc-windows-gnu -echo windows -cargo build --release --target x86_64-pc-windows-gnu -rm target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe -read -p ".crt? " CERT -osslsigncode sign \ - -certs ${CERT%.crt}.crt -key ${CERT%.crt}.key \ - -n Rusty-Pipe -i https://whois.home.blapointe.com \ - -in target/x86_64-pc-windows-gnu/release/rusty-pipe.exe -out target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe -echo local -cargo install --path ./ -``` - -Each client needs 1 executable and 1 config file - -The server cannot be a client because sending, listening, and typing keyboard is bad. Maybe a VM on the client as a server would work tho. - -See `./config.d/rusty-pipe.d` +Send link to `http://localhost:17072` # Server