Skip to content

Commit

Permalink
Issue #260: update readme and fix typo in bootstrap.sh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 23, 2019
1 parent e6ae98c commit 52f5f54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alt_bin/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# download and install the gsdevkit_launcher solo extent
pushd snapshots
curl -L -O -s -S "https://github.com/dalehenrich/st_launcher/releases/download/$gsdevkit_launcher_version/extent0.gsdevkit_launcher.dbf.zip"
curl -L -O -s -S "https://github.com/GsDevKit/GsDevKit_home/releases/download/v0.10.0/extent0.gsdevkit_launcher.dbf.zip"
rm -rf extent0.gsdevkit_launcher.dbf
unzip -q extent0.gsdevkit_launcher.dbf.zip
popd
Expand Down
7 changes: 6 additions & 1 deletion shared/repos/GsDevKit_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ The `gsdevkit_launcher` shell interpreter is in `$GS_HOME/alt_bin`, so `$GS_HOME
```
cd $GS_HOME
git fetch --all
git checkout master
git pull origin master
updateGsDevKit
git checkout issue_260
# bootstrap gsdevkit_launcher script support
Expand All @@ -36,7 +41,7 @@ $GS_HOME/alt_bin/bootstrap.sh
# add alt_bin and alt_bin/examples to your path
. alt_bin/defHome_PATH.env
# test out the example scripts
# test out the example scripts
hello.st
error.st
```
Expand Down

0 comments on commit 52f5f54

Please sign in to comment.