diff --git a/scripts/install-help.sh b/install/install-help.sh similarity index 100% rename from scripts/install-help.sh rename to install/install-help.sh diff --git a/scripts/wallet-help.sh b/wallet/wallet-help.sh similarity index 91% rename from scripts/wallet-help.sh rename to wallet/wallet-help.sh index ebe9805012..a95c53ed89 100755 --- a/scripts/wallet-help.sh +++ b/wallet/wallet-help.sh @@ -3,7 +3,7 @@ set -e cd "$(dirname "$0")"/.. -cargo build --package wallet +cargo build --package solana-wallet export PATH=$PWD/target/debug:$PATH echo "\`\`\`manpage"