Add scripts/install-help.sh

This commit is contained in:
Michael Vines
2019-03-18 16:21:57 -07:00
parent d0292b1cf1
commit 1d0f6a5d85
2 changed files with 22 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ set -e
cd "$(dirname "$0")"/..
cargo build
cargo build --package wallet
export PATH=$PWD/target/debug:$PATH
echo "\`\`\`manpage"