Skip to content

Commit 6a50f48

Browse files
committed
fix: remove broken go install from README #923
1 parent 68f6b8d commit 6a50f48

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ scoop bucket add blacktop https://github.com/blacktop/scoop-bucket.git
5454
scoop install blacktop/ipsw
5555
```
5656

57-
#### Go Install
58-
```bash
59-
go install github.com/blacktop/ipsw/cmd/ipsw@latest
60-
```
61-
6257
### Basic Usage
6358

6459
```bash

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/blacktop/ipsw
22

3-
go 1.25.3
3+
go 1.25
44

55
tool (
66
github.com/caarlos0/svu/v3
@@ -87,11 +87,6 @@ require (
8787
gorm.io/gorm v1.31.1
8888
)
8989

90-
// replace github.com/blacktop/go-macho => ../go-macho
91-
// replace github.com/blacktop/go-dwarf => ../go-dwarf
92-
// replace github.com/blacktop/arm64-cgo => ../arm64-cgo
93-
// replace github.com/unicorn-engine/unicorn => ./unicorn2
94-
9590
require (
9691
cloud.google.com/go v0.123.0 // indirect
9792
cloud.google.com/go/auth v0.17.0 // indirect

0 commit comments

Comments
 (0)