Skip to content

Commit

Permalink
📝 docs(website): add pre-built binaries download link
Browse files Browse the repository at this point in the history
Plus a minor rephrase to avoid repetition.
  • Loading branch information
welpo committed Feb 6, 2024
1 parent e13808f commit 0d3adf6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ pip install git-sumi
```

</TabItem>

<TabItem value="binaries" label="Pre-built binaries">
Download the latest release from the [releases page](https://github.com/welpo/git-sumi/releases).

</TabItem>

</Tabs>

2. Initialize git-**sumi** from the root of your project:
Expand All @@ -40,7 +46,7 @@ git sumi --init

Edit the default configuration (`sumi.toml`) to your liking. Check out the [examples](/docs/examples) for some ideas.

To use git-**sumi**, you can either use it directly from the command line or set up a Git hook.
You can either use git-**sumi** directly from the command line or set up a Git hook.

### Git hook

Expand Down

0 comments on commit 0d3adf6

Please sign in to comment.