Skip to content

Commit

Permalink
docs(website): add instructions for installing from WinGet (#520)
Browse files Browse the repository at this point in the history
* docs(website): add instructions for installing from WinGet

* Update website/docs/installation/windows.md

Co-authored-by: Orhun Parmaksız <[email protected]>

* docs(website): rename title and section to WinGet

* docs(website): correct url and delete windows.md

* docs(website): typo fix

* docs(website): another typo correction

---------

Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
lloydjatkinson and orhun authored Feb 29, 2024
1 parent 94fe61a commit eeaa406
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/installation/winget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 8
---
# WinGet

On Windows, **git-cliff** can be installed via [WinGet](https://winstall.app/apps/orhun.git-cliff/):

```shell
winget install git-cliff
```

0 comments on commit eeaa406

Please sign in to comment.