Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeStinckwich committed Apr 29, 2022
1 parent 8070e6f commit c6c92b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*This file is currently not complete but will be improve step by step.*

You need to download Pharo 8.0 first.
You need to download Pharo 9.0 or 10 first.

## Setup Iceberg
You need an ssh key in order to commit on github. Open Iceberg tool, and then click on the settings. Check the box : "Use custom SSH keys".
Expand All @@ -14,7 +14,7 @@ All changes you'll do will be versionned in your own fork of the [PolyMath repos
Go to PolyMath github's repository and click on the fork button on the top right. Yes, this means that you'll need a github account to contribute to PolyMath.

## Load last dev version of PolyMath
In a fresh Pharo 8.0 image, load last development version of Polymath :
In a fresh Pharo 9.0 or 10 image, load last development version of Polymath :

```Smalltalk
Metacello new
Expand Down

0 comments on commit c6c92b2

Please sign in to comment.