Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot committed Aug 5, 2021
2 parents e46fcdf + 463a209 commit 5bec74b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ It is basically like netcat but with fewer options
Why use Rustcat?
------------------------
* Serves it purpose of listening to ports
* Has command history
* It is easy to use
* Supports udp
* Uses colors

Installation
------------------------
### Debian/Ubuntu
```
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
Expand All @@ -32,7 +39,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 yourself:
```
bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/install.sh)
```
Expand All @@ -46,7 +53,6 @@ To compile yourself
```
cargo build --release
```
You may also want to rename the executable to rc

Usage
------------------------
Expand Down

0 comments on commit 5bec74b

Please sign in to comment.