From 3fc17ed2e70d0841b6e5c57bd26dc07405570411 Mon Sep 17 00:00:00 2001 From: Dustin Blackman Date: Tue, 7 Nov 2023 06:50:11 -0500 Subject: [PATCH] chore: Update install docs --- README.md | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/README.md b/README.md index 26335ec..43fd7ff 100644 --- a/README.md +++ b/README.md @@ -26,56 +26,6 @@ The forgotten go tool that executes and caches binaries included in go.mod files ## Install -### MacOS - -```sh -brew install dustinblackman/tab/gomodrun -``` - -### Debian / Ubuntu - -```sh -curl -s https://apt.dustinblackman.com/KEY.gpg | apt-key add - -curl -s https://apt.dustinblackman.com/dustinblackman.list > /etc/apt/sources.list.d/dustinblackman.list -sudo apt-get update -sudo apt-get install gomodrun -``` - -### Fedora / CentOS - -```sh -dnf config-manager --add-repo https://yum.dustinblackman.com/config.repo -dnf install gomodrun -``` - -### Nix - -```sh -nix-env -f '' -iA nur.repos.dustinblackman.gomodrun -``` - -### Windows - -__Chocolatey__ - - -```sh -choco install gomodrun --version=0.4.5 -``` - - -__Scoop__ - -```sh -scoop bucket add dustinblackman https://github.com/dustinblackman/scoop-bucket.git -scoop install gomodrun -``` - -### Manual - -Download the pre-compiled binaries and packages from the [releases page](https://github.com/dustinblackman/gomodrun/releases) and -copy to the desired location. - ### Source ```sh