Skip to content

Commit

Permalink
Merge branch 'master' into pharo1.4 (Issue #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Sep 17, 2012
2 parents 8afadb3 + edd99a1 commit fda7891
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ managing Smalltalk source code.*

## Installing

The current version of **FileTree** has been tested in GemStone2.4.4.1 (GLASS 1.0-beta.8.7.1), Pharo1.3 and Squeak4.3 and is
expected to work in Pharo1.4:

* [GemStone installation](https://github.com/dalehenrich/filetree/tree/master/doc/GemStoneInstall.md)
* [Pharo installation](https://github.com/dalehenrich/filetree/tree/master/doc/PharoInstall.md)
* [Squeak installation](https://github.com/dalehenrich/filetree/tree/master/doc/SqueakInstall.md)
The current version of **FileTree** has been tested in GemStone2.4.4.1 (GLASS 1.0-beta.8.7.1),
Pharo1.1, Pharo1.2, Pharo1.3, PHaro1.4, Pharo2.0, Squeak4.3, Squeak4.4:

```Smalltalk
Gofer new
url: 'http://ss3.gemstone.com/ss/FileTree';
package: 'ConfigurationOfFileTree';
load.
((Smalltalk at: #ConfigurationOfFileTree) project version: #'stable') load.
```

## Contributing

Expand Down

0 comments on commit fda7891

Please sign in to comment.