mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
add basic installation instructions
This commit is contained in:
parent
aea53cd380
commit
e234f8b756
1 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,17 @@
|
||||||
//! refer to `azalea_client`. You can just replace these with `azalea` in your
|
//! refer to `azalea_client`. You can just replace these with `azalea` in your
|
||||||
//! code, since everything from azalea_client is re-exported in azalea.
|
//! code, since everything from azalea_client is re-exported in azalea.
|
||||||
//!
|
//!
|
||||||
|
//! # Installation
|
||||||
|
//!
|
||||||
|
//! First, install Rust nightly with `rustup install nightly` and `rustup
|
||||||
|
//! default nightly`.
|
||||||
|
//!
|
||||||
|
//! Then, add one of the following lines to your Cargo.toml.\
|
||||||
|
//! Latest bleeding-edge version:
|
||||||
|
//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`
|
||||||
|
//! Latest "stable" release:
|
||||||
|
//! `azalea = "0.3"`
|
||||||
|
//!
|
||||||
//! # Examples
|
//! # Examples
|
||||||
//!
|
//!
|
||||||
//! ```rust,no_run
|
//! ```rust,no_run
|
||||||
|
|
Loading…
Add table
Reference in a new issue