Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 authored Jan 20, 2024
1 parent 7f7fd31 commit da3f029
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
ezcat allows you to manage multiple reverse shells
with a simple web interface.

# install
### docker
### install
an easy way install ezcat is to use docker:
```
docker run --rm --network host \
-e PASSWORD=securepassword \
ghcr.io/ngn13/ezcat
```

### other
you can download the latest binary from the [releases tab](https://github.com/ngn13/ezcat/releases),
or you can download the latest binary from the [releases tab](https://github.com/ngn13/ezcat/releases),
then copy it to somewhere in your `PATH`

# build
### build
install a recent version of go, then clone the repository and run the go build command:
```bash
go build .
Expand Down

0 comments on commit da3f029

Please sign in to comment.