Skip to content

Commit

Permalink
Added direct download links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK authored Jul 24, 2019
1 parent cedc5e3 commit c62d3d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# JWT Server Module for MTA:SA
[![Build Status](https://dev.azure.com/eXo-OpenSource/ml_jwt/_apis/build/status/eXo-OpenSource.ml_jwt?branchName=master)](https://dev.azure.com/eXo-OpenSource/ml_jwt/_build/latest?definitionId=1&branchName=master)

## Developing
1. Download and install the EditorConfig plugin for Visual Studio: [https://github.com/editorconfig/editorconfig-visualstudio#readme](https://github.com/editorconfig/editorconfig-visualstudio#readme)
2. Launch `premake.bat`
Expand Down Expand Up @@ -45,5 +46,11 @@ table jwtGetClaims(string token)
Returns a table __containing the claims__.
## Download
via https://github.com/Contextualist/glare
* [Linux x64](https://glare.now.sh/eXo-OpenSource/ml_jwt/ml_jwt.so)
* [Windows x64](https://glare.now.sh/eXo-OpenSource/ml_jwt/ml_jwt_x64.dll)
* [Windows x86](https://glare.now.sh/eXo-OpenSource/ml_jwt/ml_jwt_win32.dll)
## Contributors
* Stefan K.

0 comments on commit c62d3d6

Please sign in to comment.