Skip to content

Commit 65e96d3

Browse files
nogoclaude
andcommitted
Update build instructions and Go version
- README: Use make build instead of go build - Upgrade to Go 1.25 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 12bbd52 commit 65e96d3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ go install github.com/nogo/gitree/cmd/gitree@latest
159159
```bash
160160
git clone https://github.com/nogo/gitree.git
161161
cd gitree
162-
go build -o gitree ./cmd/gitree
162+
make build
163+
# Binary is in bin/gitree
163164
```
164165

165166
## Requirements

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nogo/gitree
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/charmbracelet/bubbles v0.21.0

0 commit comments

Comments
 (0)