We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f88e69 commit 0bfdd52Copy full SHA for 0bfdd52
1 file changed
README.md
@@ -8,7 +8,16 @@ Implementation of a JSON web token following [RFC 7519](https://tools.ietf.org/h
8
9
## Installation
10
11
-in your Pharo environment (Pharo 6 or higher) evaluate
+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
21
22
```Smalltalk
23
Metacello new
0 commit comments