diff options
| author | mat <git@matdoes.dev> | 2025-04-15 17:30:56 -1000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-15 17:30:56 -1000 |
| commit | b828bc2b12ef9239ec89c5b16e2194e6e82f1d24 (patch) | |
| tree | 35e8785b274b9ac6f2d688c13f34c96ebf7ea789 | |
| parent | 66174fc7d4a1f2f2ee8449a2655c049895b63e7c (diff) | |
| download | azalea-drasl-b828bc2b12ef9239ec89c5b16e2194e6e82f1d24.tar.xz | |
minor readme fixes
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | azalea/README.md | 5 |
2 files changed, 3 insertions, 3 deletions
@@ -24,6 +24,7 @@ _Currently supported Minecraft version: `1.21.5`._ - [Block interactions & building](https://azalea.matdoes.dev/azalea/struct.Client.html#method.block_interact) (this doesn't predict the block interactions/placement on the client yet but it's usually fine) - [Inventories](https://azalea.matdoes.dev/azalea/struct.Client.html#impl-ContainerClientExt-for-Client) - [Attacking entities](https://azalea.matdoes.dev/azalea/struct.Client.html#method.attack) (but you can't get the entity at the crosshair yet) +- [Plugins system](#plugins) ## Docs diff --git a/azalea/README.md b/azalea/README.md index d052f7c8..ec936b3b 100644 --- a/azalea/README.md +++ b/azalea/README.md @@ -9,13 +9,12 @@ First, install Rust nightly with `rustup install nightly` and `rustup default ni Then, use one of the following commands to add Azalea to your project: -- Latest bleeding-edge version (recommended): `cargo add azalea --git=https://github.com/azalea-rs/azalea`\ +- Latest bleeding-edge version (recommended): `cargo add azalea --git=https://github.com/azalea-rs/azalea` - Latest "stable" release: `cargo add azalea` ## Optimization -For faster compile times, make a `.cargo/config.toml` file in your project -and copy +For faster compile times, create a `.cargo/config.toml` file in your project and copy [this file](https://github.com/azalea-rs/azalea/blob/main/.cargo/config_fast_builds) into it. You may have to install the LLD linker. |
