Skip to content

Commit 4a9ac15

Browse files
committed
More complete curl commands
Since lua-resty-jwt requires lua-resty-hmac. These commands also extract them both to a common `lib` directory.
1 parent ad38f28 commit 4a9ac15

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>curl https://codeload.github.com/SkyLothar/lua-resty-jwt/tar.gz/master | tar -xz</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)