We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835e5f5 commit 9803d79Copy full SHA for 9803d79
static/+x/index.html
@@ -48,10 +48,10 @@
48
<div>
49
<h1>Example Usage</h1>
50
Linux:<br/>
51
- <code>curl -sL jiyuan.is/+x/SOMETHING | bash</code><br/>
+ <code>curl https://jiyuan.is/+x/SOMETHING | bash</code><br/>
52
<br/>
53
Windows:<br/>
54
- <code>irm jiyuan.is/+x/SOMETHING | iex</code><br/>
+ <code>irm https://jiyuan.is/+x/SOMETHING | iex</code><br/>
55
<p><a href="https://github.com/jiyuzh/jiyuzh.github.io/tree/main/static/%2Bx">View source</a></p>
56
</div>
57
</body>
0 commit comments