Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alacap committed May 23, 2016
1 parent 85ee7e5 commit 317307d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ You don't have to store these hashes in the database, but can encode + decode on
All integers need to be greater than or equal to zero.

## Installing
To install open a playground or workspace and run...
The easiest way to install in Pharo is to open the Spotter and type Hashids and click the green tick mark next to the entry in Catalog Projects.

Alternatively you can open a playground or workspace and run...

```smalltalk
Metacello new
baseline: #Hashids;
repository: 'github://alacap/hashids-pharo:v1.0.1';
repository: 'github://alacap/hashids-pharo:v1.0.2';
load
```

Expand Down

0 comments on commit 317307d

Please sign in to comment.