Skip to content

Commit 9f7a778

Browse files
authored
Update README.md
1 parent 222effc commit 9f7a778

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@ If you really love that project, then you can help me out for a couple of :beers
77

88
---
99

10+
# Documentation
11+
12+
The official documentation is available as https://web-token.spomky-labs.com/
13+
1014
# Installation
1115

16+
```sh
17+
curl -OL https://github.com/web-token/jwt-app/raw/gh-pages/jose.phar
18+
curl -OL https://github.com/web-token/jwt-app/raw/gh-pages/jose.phar.pubkey
19+
```
20+
21+
If everything is fine, you should have two files:
22+
23+
* jose.phar
24+
* jose.phar.pubkey
25+
26+
You can move these files wherever you want (e.g. /usr/local/bin).
27+
1228
# Contributing
1329

1430
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.

0 commit comments

Comments
 (0)