Justify installing spl-token

This commit is contained in:
Trent Nelson 2020-09-18 12:42:50 -06:00 committed by mergify[bot]
parent 42b40b7d34
commit add08c673e
1 changed files with 4 additions and 0 deletions

View File

@ -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