Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 759c4a7

Browse files
committed
Update README.md
1 parent ba5a67a commit 759c4a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

token/cli/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ After that, you can run the tests as any other Rust project:
3333
```sh
3434
cargo test
3535
```
36+
37+
To run it locally you can do it like this:
38+
39+
```sh
40+
cargo build --manifest-path token/cli/Cargo.toml
41+
target/debug/spl-token <command>
42+
```

0 commit comments

Comments
 (0)