We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1565462 + 5d2dbdb commit 42f0da9Copy full SHA for 42f0da9
scripts/install-RMapViewer
@@ -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
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