Skip to content

Commit

Permalink
deploy: c7b2b78
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 17, 2024
1 parent 45818ed commit 0b1efef
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion man/en/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h4 id="cross-platform"><a class="header" href="#cross-platform">Cross-platform<
<tr>
<td><a href=https://www.npmjs.com/>npm</a></td>
<td><a href=https://www.npmjs.com/package/rust-just>rust-just</a></td>
<td><code>npm install rust-just</code></td>
<td><code>npm install -g rust-just</code></td>
</tr>
<tr>
<td><a href=https://pypi.org/>PyPI</a></td>
Expand Down
2 changes: 1 addition & 1 deletion man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h4 id="cross-platform"><a class="header" href="#cross-platform">Cross-platform<
<tr>
<td><a href=https://www.npmjs.com/>npm</a></td>
<td><a href=https://www.npmjs.com/package/rust-just>rust-just</a></td>
<td><code>npm install rust-just</code></td>
<td><code>npm install -g rust-just</code></td>
</tr>
<tr>
<td><a href=https://pypi.org/>PyPI</a></td>
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions man/zh/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,22 @@ <h1 align="center"><code>just</code></h1>
<code>asdf install just &lt;version&gt;</code>
</td>
</tr>
<tr>
<td><a href="https://packaging.python.org/tutorials/installing-packages">Various</a></td>
<td><a href="https://pypi.org">PyPI</a></td>
<td><a href="https://pypi.org/project/rust-just">rust-just</a></td>
<td>
<code>pipx install rust-just</code><br>
</td>
</tr>
<tr>
<td><a href="https://docs.npmjs.com/packages-and-modules/getting-packages-from-the-registry">Various</a></td>
<td><a href="https://www.npmjs.com">npm</a></td>
<td><a href="https://www.npmjs.com/package/rust-just">rust-just</a></td>
<td>
<code>npm install -g rust-just</code><br>
</td>
</tr>
<tr>
<td><a href="https://debian.org">Debian</a> and <a href="https://ubuntu.com">Ubuntu</a> derivatives</td>
<td><a href="https://mpr.makedeb.org">MPR</a></td>
Expand Down
2 changes: 1 addition & 1 deletion man/zh/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/zh/searchindex.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions man/zh/安装包.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,22 @@ <h3 id="安装包"><a class="header" href="#安装包">安装包</a></h3>
<code>asdf install just &lt;version&gt;</code>
</td>
</tr>
<tr>
<td><a href="https://packaging.python.org/tutorials/installing-packages">Various</a></td>
<td><a href="https://pypi.org">PyPI</a></td>
<td><a href="https://pypi.org/project/rust-just">rust-just</a></td>
<td>
<code>pipx install rust-just</code><br>
</td>
</tr>
<tr>
<td><a href="https://docs.npmjs.com/packages-and-modules/getting-packages-from-the-registry">Various</a></td>
<td><a href="https://www.npmjs.com">npm</a></td>
<td><a href="https://www.npmjs.com/package/rust-just">rust-just</a></td>
<td>
<code>npm install -g rust-just</code><br>
</td>
</tr>
<tr>
<td><a href="https://debian.org">Debian</a> and <a href="https://ubuntu.com">Ubuntu</a> derivatives</td>
<td><a href="https://mpr.makedeb.org">MPR</a></td>
Expand Down

0 comments on commit 0b1efef

Please sign in to comment.