Skip to content

Instantly share code, notes, and snippets.

@SergeStinckwich
Created April 8, 2013 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergeStinckwich/5337581 to your computer and use it in GitHub Desktop.
Save SergeStinckwich/5337581 to your computer and use it in GitHub Desktop.
ZeroConf Pharo scripts
# Download Pharo 2.0 + VM
```bash
wget -O - get.pharo.org/20+vm | bash
```
# Download Pharo 3.0 + VM
```bash
wget -O - get.pharo.org/30+vm | bash
```
#Run Pharo headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment