Document Windows Package Manager install instructions (#1656)

This commit is contained in:
Casey Rodarmor 2023-08-02 14:42:25 -07:00 committed by GitHub
parent 53d5f004df
commit e6b39df749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,6 +241,12 @@ You can also set the shell using command-line arguments. For example, to use Pow
<code>sudo apt install just</code>
</td>
</tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/Microsoft_Windows">Microsoft Windows</a></td>
<td><a href="https://learn.microsoft.com/en-us/windows/package-manager/">Windows Package Manager</a></td>
<td><a href="https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Casey/Just">Casey/Just</a></td>
<td><code>winget install --id Casey.Just --exact</code></td>
</tr>
</tbody>
</table>