We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a587cf commit 6644fc3Copy full SHA for 6644fc3
gemstone/gs/README.md
@@ -1,4 +1,6 @@
1
-### reference gemstone product tree and solo extent for bin/superdoit_solo script
2
-
3
-**product** $GEMSTONE product tree
4
-**extent0.solo.dbf** solo extent with Rowan installed (masterV2.1 at a minimum)
+```bash
+ curl -L -O -s -S "https://github.com/dalehenrich/superDoit/releases/download/v0.1.0/3.6.1_extent0.solo.dbf.gz"
+ gunzip --stdout 3.6.1_extent0.solo.dbf.gz > extent0.solo.dbf
+ chmod -w extent0.solo.dbf
5
+ ln -s $GS_HOME/shared/downloads/products/GemStone64Bit3.6.1-* product
6
+```
0 commit comments