Move solana-keygen into keygen/

This commit is contained in:
Michael Vines
2018-12-12 13:30:00 -08:00
parent cafeef33c3
commit 282d4a3563
9 changed files with 82 additions and 8 deletions

View File

@ -7,4 +7,5 @@ cd "$(dirname "$0")/.."
set -x
cargo install --path drone "$@"
cargo install --path keygen "$@"
cargo install --path . "$@"