Skip to content

Commit

Permalink
Update "Getting Started" section
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
fniephaus committed Jan 3, 2024
1 parent db6c968 commit 6e11884
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@ A [Squeak/Smalltalk][squeak] VM and Polyglot Programming Environment for the [Gr

## Getting Started

1. Download the latest [GraalVM distribution][graalvm_download] for your platform.
2. Use the [GraalVM Updater][graalvm_updater] to install the TruffleSqueak
component for your platform:
1. Download and extract the latest [TruffleSqueak standalone][ts_latest] for your platform.
2. Run the following in a terminal to start TruffleSqueak:

```bash
$GRAALVM_HOME/bin/gu \
-C https://raw.githubusercontent.com/hpi-swa/trufflesqueak/main/gu-catalog.properties \
install smalltalk
```

3. You should now be able to run TruffleSqueak:

```bash
$GRAALVM_HOME/bin/trufflesqueak
bin/trufflesqueak [<option>...] [<imageName> [<argument>...]]
```
Expand Down

0 comments on commit 6e11884

Please sign in to comment.