Justify installing spl-token
This commit is contained in:
parent
42b40b7d34
commit
add08c673e
|
@ -503,6 +503,10 @@ its associated mint and may only interact with SPL Tokens of that type.
|
|||
|
||||
### Installing the `spl-token` CLI Tool
|
||||
|
||||
SPL Token accounts are queried and modified using the `spl-token` command line
|
||||
utility. The examples provided in this section depend upon having it installed
|
||||
on the local system.
|
||||
|
||||
`spl-token` is distributed from Rust [crates.io](https://crates.io) via the Rust
|
||||
`cargo` command line utility. The latest version of `cargo` can be installed
|
||||
using a handy one-liner for your platform at [rustup.rs](https://rustup.rs). Once
|
||||
|
|
Loading…
Reference in New Issue