Skip to content

Commit 0d206ea

Browse files
committed
Issue #265: fix README for when to add alt_bin to path ... remove the symbolic links for scripts as they don't work correctly AFAICT
1 parent f01af7f commit 0d206ea

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

alt_bin/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.st

alt_bin/copyScriptClasses.st

-1
This file was deleted.

alt_bin/examples/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.st

alt_bin/examples/error.st

-1
This file was deleted.

alt_bin/examples/hello.st

-1
This file was deleted.

alt_bin/install_launcher.st

-1
This file was deleted.

shared/repos/GsDevKit_launcher/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ updateGsDevKit -gdtcs # SKIP this if you have a fresh GsDevKit_home instal
4545
git checkout issue_260
4646
git pull origin issue_260 # make sure you have latest commit in your checkout
4747
48-
# bootstrap gsdevkit_launcher script support
49-
$GS_HOME/alt_bin/bootstrap_launcher
50-
5148
# add alt_bin and alt_bin/examples to your path
5249
. alt_bin/defHOME_PATH.env
5350
51+
# bootstrap gsdevkit_launcher script support
52+
$GS_HOME/alt_bin/bootstrap_launcher
53+
5454
# test out the example scripts
5555
hello.st
5656
error.st

0 commit comments

Comments
 (0)