Skip to content

Commit

Permalink
add some guidance in place of ./run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Sep 11, 2021
1 parent 92e343d commit 33de7b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions run.sh
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

0 comments on commit 33de7b8

Please sign in to comment.