summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorsitiom <sitiom@proton.me>2023-03-08 03:29:46 +0800
committerGitHub <noreply@github.com>2023-03-07 19:29:46 +0000
commit56fa5dd6d3b0f42c4e931edfc2eb762c4567e4a7 (patch)
tree59cade3b9f022ef3a0468429d9867fbe9ad8fcd0 /manual
parent3a09926e4576542e4fac04943dc6781eb026656e (diff)
Add Winget Releaser workflow (#1331)
* Add Winget installation in the docs * Add GitHub actions to Dependabot * Add Winget Releaser workflow
Diffstat (limited to 'manual')
-rw-r--r--manual/src/installation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/src/installation.md b/manual/src/installation.md
index 6c722697..5f20e5ef 100644
--- a/manual/src/installation.md
+++ b/manual/src/installation.md
@@ -69,6 +69,10 @@ Note that the package is often called `git-delta`, but the executable installed
<td><code>scoop install delta</code></td>
</tr>
<tr>
+ <td>Windows (<a href="https://learn.microsoft.com/en-us/windows/package-manager/">Winget</a>)</td>
+ <td><code>winget install dandavison.delta</code></td>
+ </tr>
+ <tr>
<td>Debian / Ubuntu</td>
<td>
<code>dpkg -i file.deb</code>