Skip to content

Commit

Permalink
📝 Update installation guide in README
Browse files Browse the repository at this point in the history
Gut on Windows now uses `scoop` to be installed.
Also, I've added a tutorial to build from source
  • Loading branch information
julien040 committed Mar 5, 2023
1 parent 24b1359 commit bdce129
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ If you have years of muscle memory, gut isn’t probably for you.

To install gut on Windows, run

```bash
choco install gut
```powershell
scoop bucket add gut https://github.com/julien040/gut-scoop
scoop install gut/gut
```

### MacOS

To install gut on macOS, open the Terminal and run

```bash
brew install julien040/gut-tap
Brew tap julien040/gut && brew install gut
```

### Apt-get
Expand All @@ -44,6 +45,14 @@ sudo yum update
sudo yum install gut
```

### Build from source

You need to have go installed on your machine

```bash
go install github.com/julien040/gut@latest
```

## Example

```bash
Expand Down

0 comments on commit bdce129

Please sign in to comment.