Skip to content

Commit 0bfdd52

Browse files
authored
Update README.md
1 parent 4f88e69 commit 0bfdd52

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ Implementation of a JSON web token following [RFC 7519](https://tools.ietf.org/h
88

99
## Installation
1010

11-
in your Pharo environment (Pharo 6 or higher) evaluate
11+
For pharo9 and above use
12+
13+
```Smalltalk
14+
Metacello new
15+
baseline:'JSONWebToken';
16+
repository: 'github://noha/JSONWebToken:pharo9-openssl1.1/source';
17+
load
18+
```
19+
20+
For pharo8 and below use
1221

1322
```Smalltalk
1423
Metacello new

0 commit comments

Comments
 (0)