Skip to content

Commit ef6a668

Browse files
authored
fix: release url in README.md (#69)
fixed the release url in README.md
1 parent b677d83 commit ef6a668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get your first Tari smart contract deployed in under 5 minutes:
2525
cargo install tari-cli --git https://github.com/tari-project/tari-cli --force
2626

2727
# Or download from releases
28-
curl -L https://github.com/tari-project/tari-cli/releases/latest/download/tari-cli-linux.tar.gz | tar xz
28+
curl -L https://github.com/tari-project/tari-cli/releases/download/latest/tari-linux-x86_64.tar.gz | tar xz
2929
```
3030

3131
### 2. Create Your First Project

0 commit comments

Comments
 (0)