From b526dafeb6a8fb5551df06220334e6b41fe61d5e Mon Sep 17 00:00:00 2001 From: Robiot <68228472+robiot@users.noreply.github.com> Date: Sat, 12 Jun 2021 19:25:03 +0300 Subject: [PATCH 1/4] :notebook: Readme Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9c2f1..a6afdd0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To install from crates.io: ``` cargo install rustcat ``` -To install the latest github release (May not work on some distros): +To install the latest github release without compiling: ``` bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/install.sh) ``` From f3287f203242a6c94041e0b501819ec53d832c8d Mon Sep 17 00:00:00 2001 From: Robiot <68228472+robiot@users.noreply.github.com> Date: Sat, 12 Jun 2021 19:26:30 +0300 Subject: [PATCH 2/4] :notebook: Readme Fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6afdd0..ee03614 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Why use Rustcat? ------------------------ * Serves it purpose of listening to ports * It is easy to use +* Has command history +* Supports udp * Uses colors Installation @@ -32,7 +34,7 @@ To install from crates.io: ``` cargo install rustcat ``` -To install the latest github release without compiling: +To install the latest github release without compiling yourself: ``` bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/install.sh) ``` From 04a8005dba2120a8f2a4163e317225f2d3c21282 Mon Sep 17 00:00:00 2001 From: Robiot <68228472+robiot@users.noreply.github.com> Date: Sat, 12 Jun 2021 19:54:04 +0300 Subject: [PATCH 3/4] :cyclone: Implemented Debian Installation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee03614..0219edd 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,18 @@ It is basically like netcat but with fewer options Why use Rustcat? ------------------------ * Serves it purpose of listening to ports -* It is easy to use * Has command history +* It is easy to use * Supports udp * Uses colors Installation ------------------------ +### Debian +``` +wget https://github.com/robiot/rustcat/releases/latest/download/rustcat_amd64.deb +sudo apt install ./rustcat_amd64.deb +``` ### Arch ``` git clone https://aur.archlinux.org/rustcat.git @@ -48,7 +53,6 @@ To compile yourself ``` cargo build --release ``` -You may also want to rename the executable to rc Usage ------------------------ From 17232cdbe7265104cab1ef6799fba0189b47e72f Mon Sep 17 00:00:00 2001 From: UnknownER0 <82346164+UnknownER0@users.noreply.github.com> Date: Wed, 23 Jun 2021 20:10:51 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0219edd..e459996 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Why use Rustcat? Installation ------------------------ -### Debian +### Debian/Ubuntu ``` wget https://github.com/robiot/rustcat/releases/latest/download/rustcat_amd64.deb sudo apt install ./rustcat_amd64.deb