forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some guidance in place of
./run.sh
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/env bash | ||
|
||
cat <<'EOF' | ||
WARNING! LEGACY SHELL SCRIPT | ||
You almost certainly do not want to run this script! | ||
If you are a dapp developer and looking for a way to run a local validator, please | ||
see https://docs.solana.com/developing/test-validator | ||
If you are a prospective validator, please see https://docs.solana.com/running-validator | ||
If you are a core developer, many apologies for what you're about to endure, but | ||
you may be in the right place. This script is now located at `./scripts/run.sh`. | ||
Please update whatever docs lead you here to reflect this change | ||
EOF |