From 3ebcae47d0b79993ec1de4d2148a2836d8b35c1d Mon Sep 17 00:00:00 2001 From: Yar Kravtsov Date: Sat, 24 May 2025 09:40:01 +0300 Subject: [PATCH] refactor(release): reorganize installation instructions for clarity --- .goreleaser.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c84f651..4fec0d9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -94,14 +94,14 @@ release: # Quick install curl -sSL https://raw.githubusercontent.com/yarlson/lnk/main/install.sh | bash - # Manual download - wget https://github.com/yarlson/lnk/releases/download/{{.Tag}}/lnk_{{.Os}}_{{.Arch}}.tar.gz - tar -xzf lnk_{{.Os}}_{{.Arch}}.tar.gz - sudo mv lnk /usr/local/bin/ - # Homebrew brew tap yarlson/lnk brew install lnk + + # Manual download + # Download the appropriate archive for your platform from the assets below + # Extract and move to your PATH: + # tar -xzf lnk_*.tar.gz && sudo mv lnk /usr/local/bin/ ``` footer: |