Skip to content

Commit 6644fc3

Browse files
committed
update gemstone/gs/README.md with installation instructions
1 parent 4a587cf commit 6644fc3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

gemstone/gs/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -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)
1+
```bash
2+
curl -L -O -s -S "https://github.com/dalehenrich/superDoit/releases/download/v0.1.0/3.6.1_extent0.solo.dbf.gz"
3+
gunzip --stdout 3.6.1_extent0.solo.dbf.gz > extent0.solo.dbf
4+
chmod -w extent0.solo.dbf
5+
ln -s $GS_HOME/shared/downloads/products/GemStone64Bit3.6.1-* product
6+
```

0 commit comments

Comments
 (0)