Skip to content

Commit

Permalink
Updated installation
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-str committed Jun 24, 2024
1 parent 44a02b7 commit 1c8a170
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,31 @@ Installer ensureRecentMetacello.

Then run this code in your workspace:

#### If you want the latest version

```smalltalk
Metacello new
baseline: 'Liquid';
repository: 'github://hpi-swa-teaching/Liquid:develop/packages';
load.
```

#### If you want a more stable version

```smalltalk
Metacello new
baseline: 'Liquid';
repository: 'github://hpi-swa-teaching/Liquid:main/packages';
load.
```

#### If you want a release version

0. Ensure you have the latest version of the GitBrowser
1. Download the SAR packages for both StatisticsWorkbench and Liquid
2. Install the SAR package for StatisticsWorkbench (the order matters)
3. Install the SAR package for Liquid

### If you want to use Liquid, here is a quick introduction:

In your Squeak Workspace run:
Expand Down

0 comments on commit 1c8a170

Please sign in to comment.