From 0d3adf67a3ea8d50ab6751107700bc1123b1c9e7 Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 6 Feb 2024 01:30:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(website):=20add=20pre-built?= =?UTF-8?q?=20binaries=20download=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plus a minor rephrase to avoid repetition. --- website/docs/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/docs/index.md b/website/docs/index.md index 6567c06..c068d7e 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -30,6 +30,12 @@ pip install git-sumi ``` + + +Download the latest release from the [releases page](https://github.com/welpo/git-sumi/releases). + + + 2. Initialize git-**sumi** from the root of your project: @@ -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