Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Add deprecation warning and link to Agave Transition doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Jul 19, 2024
1 parent 6cf8b7e commit 81ea893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fn main() -> Result<(), String> {
println!("⚠️ solana-install is deprecated and will be discontinued when v1.18 is no longer supported. Please switch to Agave: https://github.com/anza-xyz/agave/wiki/Agave-Transition\n");
solana_install::main()
}

0 comments on commit 81ea893

Please sign in to comment.