aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorThibauld Favre <tfavre@gmail.com>2014-10-18 07:14:16 +0800
committerThibauld Favre <tfavre@gmail.com>2014-10-18 07:14:16 +0800
commitb94dfc8d3a19ade4b93c96ad26800486409c7bfc (patch)
treecdc4f3d7616a71ad41ea5fce40d5d37282d59df9 /install.sh
parentabdf5e76f3bedf3ce8377fc8edd7e9145586cfb5 (diff)
downloadgo-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar
go-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.gz
go-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.bz2
go-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.lz
go-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.xz
go-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.tar.zst
go-tangerine-b94dfc8d3a19ade4b93c96ad26800486409c7bfc.zip
Update documentation and install.sh script to reflect renaming from ethereal to mist
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 9719a1afc..f880aa39b 100755
--- a/install.sh
+++ b/install.sh
@@ -2,7 +2,7 @@
if [ "$1" == "" ]; then
echo "Usage $0 executable branch ethereum develop"
- echo "executable ethereum or ethereal"
+ echo "executable ethereum or mist"
echo "branch develop or master"
exit
fi
@@ -41,8 +41,8 @@ echo "go-ethereum"
cd $GOPATH/src/github.com/ethereum/go-ethereum/$exe
git checkout $branch
-if [ "$exe" == "ethereal" ]; then
- echo "Building ethereal GUI. Assuming Qt is installed. If this step"
+if [ "$exe" == "mist" ]; then
+ echo "Building Mist GUI. Assuming Qt is installed. If this step"
echo "fails; please refer to: https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)"
else
echo "Building ethereum CLI."