Skip to content

Commit

Permalink
use defHOME_PATH.env script to define GS_HOME and add $GS_HOME/bin to…
Browse files Browse the repository at this point in the history
… path ... [ci skip]
  • Loading branch information
dalehenrich committed Nov 18, 2017
1 parent afca57f commit ef41e1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -15,8 +15,7 @@ If you are planning to use Seaside, instead of this you can install and create a
```
git clone https://github.com/GsDevKit/GsDevKit_home.git
cd GsDevKit_home
export GS_HOME=`pwd`
export PATH=$GS_HOME/bin:$PATH
. bin/defHOME_PATH.env # define GS_HOME env var and put $GS_HOME into PATH
installServerClient
createStone devKit_33 3.3.0
createClient tode1
Expand Down

0 comments on commit ef41e1c

Please sign in to comment.