Skip to content

Commit 42f0da9

Browse files
authored
Merge pull request #8 from tomooda/master
add installation script
2 parents 1565462 + 5d2dbdb commit 42f0da9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/install-RMapViewer

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
mkdir RMapViewer
3+
cd RMapViewer
4+
curl -k -L https://get.pharo.org/64/90+vm | bash
5+
./pharo Pharo.image metacello install github://ReactionMap/RMapViewer:master BaselineOfRMapViewer
6+
cat <<EOF > rmapviewer
7+
#!/bin/bash
8+
cd \$(dirname \$0)
9+
./pharo-ui Pharo.image
10+
EOF
11+
chmod a+rx rmapviewer
12+
echo "install done. please add "$PWD" to your PATH env var."

0 commit comments

Comments
 (0)