Skip to content

Commit

Permalink
Update install procedure to introduce Pharo 12 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bouraqadi committed Jun 12, 2024
1 parent b555be7 commit 120b448
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ To install PharoJS, perform the code appropriate to your Pharo version in a play
```smalltalk
Metacello new
baseline: 'PharoJS';
repository: 'github://PharoJS/PharoJS:<pharoVersion>';
repository: 'github://PharoJS/PharoJS:pharoXX';
load
```
Where `<pharoVersion>` is one of the following:
- `pharo11`: latest, under development
- `pharo10`: stable, maintained
- `pharo9`: stable,
- `pharo8`: obsolete, should works also with Pharo 7.
Where `XX` is a number to match one of the following branches:
- `pharo12`: under development
- `pharo11`: stable
- `pharo10`: obsolete, frozen
- `pharo9`: obsolete, frozen
- `pharo8`: obsolete, should work also with Pharo 7.

## Contributing

Expand Down

0 comments on commit 120b448

Please sign in to comment.