Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryGoubier committed Jun 9, 2016
1 parent 143b929 commit 704885d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Integrates:

This is the port for Smalltalk/Pharo 1.3, 2, 3, 4, 5 and 6.

Installing SmaCC as a user:
Installing SmaCC
=====

- Use the configuration manager in your Pharo image and install the stable version
Use the configuration manager in your Pharo image and install the stable version.

Installing a Development version of Pharo for the latest Pharo (with no guarantees):

=====
```smalltalk
Metacello new
baseline: 'SmaCC';
Expand All @@ -31,7 +31,6 @@ Metacello new
```

Installing SmaCC if you are a SmaCC developper: create a fork of SmaCC on github, install GitFileTree and do the following:
=====

```smalltalk
Metacello new
Expand Down

0 comments on commit 704885d

Please sign in to comment.