Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarmathe committed Jun 20, 2021
1 parent 0e9ad09 commit dc30902
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# stevebot

**THIS README IS A WORK IN PROGRESS !!!**

Control your Minecraft server via RCON, right from your Discord server.

## What does this do?
Expand All @@ -15,7 +13,11 @@ There are three ways to run **stevebot**.

1. [Run the binary](docs/run_the_binary.md)
2. [Deploy a Docker container yourself](docs/deploy_a_docker_container_yourself.md)
3. [Use Terraform to deploy a Docker container](docs/deploy_a_docker_container_using_terraform.md)
3. [Use Terraform to deploy a Docker container](https://registry.terraform.io/modules/cezarmathe/stevebot/docker/latest)

## Configuration

**stevebot** uses environment variables for configuration - check out [sample.env](sample.env).

## Releases

Expand Down
1 change: 0 additions & 1 deletion docs/deploy_a_docker_container_using_terraform.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/run_the_binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and the architecture for your os (`amd64` or `arm64`).

`tar xvf stevebot-${version}-${os}-${arch}.tar.gz`

- Create a `.env` file (see the [sample](../.sample.env))
- Create a `.env` file (see the [sample](../sample.env))

- Run the binary

File renamed without changes.

0 comments on commit dc30902

Please sign in to comment.