From 2e84ac002ef30bfc1dd716950f0cf11ca55aaa55 Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Fri, 10 Oct 2025 22:02:00 +0200 Subject: [PATCH] feat: reorganize release notes --- .goreleaser.yaml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 650427f..e56f7a9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -107,20 +107,31 @@ release: header: | ## SSHM {{.Version}} - Thank you for downloading SSHM! + Thank you for downloading SSHM! - ### Installation + footer: | + ## Installation - **Homebrew (macOS/Linux):** + ### Homebrew (macOS/Linux) ```bash brew tap Gu1llaum-3/sshm brew install sshm ``` - **Manual Installation:** - Download the appropriate binary for your platform from the assets below. + ### Installation Script (Recommended) + **Unix/Linux/macOS:** + ```bash + curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bash + ``` + + **Windows (PowerShell):** + ```powershell + iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex + ``` + + ### Manual Installation + Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH. - footer: | ## Full Changelog See all changes at https://github.com/Gu1llaum-3/sshm/compare/{{.PreviousTag}}...{{.Tag}}