Skip to content

Commit

Permalink
Document how to install additional languages
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 17, 2024
1 parent a4d578a commit 7636483
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ A [Squeak/Smalltalk][squeak] VM and Polyglot Programming Environment for the [Gr
```bash
bin/trufflesqueak [<option>...] [<imageName> [<argument>...]]
```
3. (Optional) Install additional languages (only available in a JVM standalone):
```bash
# Evaluate the following from within TruffleSqueak
Polyglot installLanguage

# or run the following on the command line
bin/trufflesqueak-polyglot-get js # or ruby, python, java, llvm, wasm
```
## Demos
Expand Down

0 comments on commit 7636483

Please sign in to comment.