Skip to content

Commit 28c8c9d

Browse files
committed
Merge pull request jsonwebtoken#56 from twistedstream/patch-1
Fix wrong package install command for Lua library
2 parents 6f0e9d6 + 4a9ac15 commit 28c8c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ <h3 class="panel-title">Lua (openresty)</h3>
818818
</div>
819819

820820
<div class="panel-footer">
821-
<code>sbt: "com.jason-goodwin" %% "authentikat-jwt" % "0.3.5" </code>
821+
<code>curl https://codeload.github.com/SkyLothar/lua-resty-jwt/tar.gz/master | tar -xz --strip 1 lua-resty-jwt-master/lib</code>
822+
<code>curl https://codeload.github.com/jkeys089/lua-resty-hmac/tar.gz/master | tar -xz --strip 1 lua-resty-hmac-master/lib</code>
822823
</div>
823824
</div>
824825
</div>

0 commit comments

Comments
 (0)