diff options
| author | mat <git@matdoes.dev> | 2023-12-03 20:07:42 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-03 20:07:42 -0600 |
| commit | 5910f9bdcf64771da9963e9756212481906fbeb9 (patch) | |
| tree | 0c2d00d33c9a7a521e80dd03fe52bb490bc9d2b7 /azalea | |
| parent | 948c67627130d8a183b8eee92bfd01cca732168f (diff) | |
| download | azalea-drasl-5910f9bdcf64771da9963e9756212481906fbeb9.tar.xz | |
remove 'why' from readme and reword beginning of docs a little
Diffstat (limited to 'azalea')
| -rwxr-xr-x | azalea/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/azalea/README.md b/azalea/README.md index 1ec82cd3..e9ad121d 100755 --- a/azalea/README.md +++ b/azalea/README.md @@ -1,12 +1,11 @@ Azalea is a framework for creating Minecraft bots. This page is primarily meant for developers that already know they want to use Azalea. -See the [readme](https://github.com/azalea-rs/azalea) for an overview of why you might want to use it. +See the [readme](https://github.com/azalea-rs/azalea) for a higher-level overview of Azalea. # Installation -First, install Rust nightly with `rustup install nightly` and `rustup -default nightly`. +First, install Rust nightly with `rustup install nightly` and `rustup default nightly`. Then, add one of the following lines to your Cargo.toml: |
