Skip to content

Commit

Permalink
Merge pull request #403 from stefanscheidt/main
Browse files Browse the repository at this point in the history
Update README section Using go tools
  • Loading branch information
hollesse authored Jan 4, 2024
2 parents 377b6d0 + dd126a1 commit fdc41ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,22 @@ sudo snap connect mob-sh:ssh-keys

### Using go tools

If you have go 1.16+ you can install and build directly from source:
If you have go 1.20+ you can install and build directly from source:

```bash
go install github.com/remotemobprogramming/mob/v3@latest
go install github.com/remotemobprogramming/mob/v4@latest
```

or pick a specific version:

```bash
go install github.com/remotemobprogramming/mob/[email protected].0
go install github.com/remotemobprogramming/mob/[email protected].0
```

or to install latest unreleased changes:

```bash
go install github.com/remotemobprogramming/mob/v3@main
go install github.com/remotemobprogramming/mob/v4@main
```

## How to use
Expand Down

0 comments on commit fdc41ce

Please sign in to comment.