Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
docs: update README.md, change shell to sh

docs: update README.md

docs: update README.md

docs: update README.md

docs: update README.md
  • Loading branch information
nezutero committed Apr 17, 2024
1 parent d6411de commit cbcf887
Showing 1 changed file with 13 additions and 38 deletions.
51 changes: 13 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,32 @@
## fast, async, multithreaded bomber

###

<div align="center">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/go/go-original.svg" height="200" alt="go logo" />
<img width="0" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" height="200" alt="docker logo" />
</div>

###

### project structure:

```go
├── cmd
│   └── main.go
├── core
│   ├── email_bomber.go
│   ├── generator.go
│   └── sms_bomber.go
├── Dockerfile
├── go.mod
├── LICENSE
└── README.md
```
# Fast, async, multithreaded bomber

## installation
## Installation

```shell
```sh
git clone https://github.com/kenjitheman/tomaranai_bomber
```

## usage
## Usage

- run it:
- Run it:

```shell
```sh
cd cmd
go run main.go
```

- or run it using docker:
- Or run it using docker:

```shell
```sh
docker build -t your_image_name .
docker run -d -p 8080:80 your_image_name
```

## contributing
## Contributing

- pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change
- Pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change.

## license
## License

- [MIT](https://choosealicense.com/licenses/mit/)
- [MIT](./LICENSE)

0 comments on commit cbcf887

Please sign in to comment.