You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI can be installed directly using the Cargo tool. This requires the [Rustup toolchain :material-open-in-new:](https://www.rust-lang.org/tools/install){target=_blank} installed on your system.
1
+
The CLI can be installed directly as binary or built from source.
2
+
3
+
## Using Homebrew for MacOS and Linux
4
+
5
+
```
6
+
brew tap trinsic-id/trinsic
7
+
brew install trinsic
8
+
```
9
+
10
+
## From source using the Rust toolchain
11
+
12
+
This requires the [Rustup toolchain :material-open-in-new:](https://www.rust-lang.org/tools/install){target=_blank} installed on your system.
2
13
3
14
Once installed, run this command in terminal:
4
15
5
16
```bash
6
-
cargo install --git https://github.com/trinsic-id/sdk.git --branch main
0 commit comments