Skip to content

Commit f659ce8

Browse files
committed
update readme.md
1 parent 45da192 commit f659ce8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

shared/repos/GsDevKit_launcher/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,22 @@ Note that the shebang line: `#!/usr/bin/env gsdevkit_launcher` does a lookup of
2525
The `gsdevkit_launcher` shell interpreter is in `$GS_HOME/alt_bin`, so `$GS_HOME/alt_bin` needs to be located in your path.
2626

2727
### Setup for development
28+
#### If you have a fresh GsDevKit_home installation then first evaluate:
29+
Exsisting GsDevKit_home installation should ignored these steps.
30+
```
31+
git clone https://github.com/GsDevKit/GsDevKit_home.git
32+
cd GsDevKit_home
33+
. bin/defHOME_PATH.env # define GS_HOME env var and put $GS_HOME into PATH
34+
installServerClient
35+
```
36+
#### Resume Setup for development:
2837
```
2938
cd $GS_HOME
3039
git fetch --all
3140
3241
git checkout master
3342
git pull origin master
34-
updateGsDevKit -gdtcs
43+
updateGsDevKit -gdtcs # SKIP this if you have a fresh GsDevKit_home installation
3544
3645
git checkout issue_260
3746
git pull origin issue_260 # make sure you have latest commit in your checkout

0 commit comments

Comments
 (0)