Skip to content

Commit

Permalink
Fix source link in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 21, 2025
1 parent fd1e3a7 commit 3c5c965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo
echo "## Build from Source"
echo
echo "\`\`\`sh"
echo "curl -sL https://github.com/radareorg/iaito/releases/download/${VERS}/${VERS}.tar.gz | tar xzv"
echo "curl -sL https://github.com/radareorg/iaito/archive/refs/tags/${VERS}.tar.gz | tar xzv"
echo "iaito-${VERS}/sys/install.sh"
echo "\`\`\`"
echo
Expand Down

0 comments on commit 3c5c965

Please sign in to comment.