We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b677d83 commit ef6a668Copy full SHA for ef6a668
README.md
@@ -25,7 +25,7 @@ Get your first Tari smart contract deployed in under 5 minutes:
25
cargo install tari-cli --git https://github.com/tari-project/tari-cli --force
26
27
# Or download from releases
28
-curl -L https://github.com/tari-project/tari-cli/releases/latest/download/tari-cli-linux.tar.gz | tar xz
+curl -L https://github.com/tari-project/tari-cli/releases/download/latest/tari-linux-x86_64.tar.gz | tar xz
29
```
30
31
### 2. Create Your First Project
0 commit comments