updated README

This commit is contained in:
jahway603
2021-08-09 00:13:19 -04:00
parent 6df1354f34
commit 916bb7e702
3 changed files with 27 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2021 The Hush Developers
# Released under GPLv3
@@ -11,7 +11,6 @@ fi
# now to compiling...
cd `pwd`/cmd/server
go build -o lightwalletd main.go
# move compiled main.go to lightwalletd
mv lightwalletd `pwd`/../../lightwalletd
echo "lightwalletd is now compiled for you."
echo "for options, run ./lightwalletd --help"