Skip to content

Commit ca08e29

Browse files
committed
upgrade readme for go1.24
1 parent a644d2e commit ca08e29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ For example, a user leaves an order, we want to test that the order is valid, sa
1515
Code generation and this library come to the rescue, which will help write factories preparing a structure with a pre-defined set of data with the ability to easily change the data.
1616

1717
## Install
18+
19+
### Classic way
20+
1821
```
1922
go install github.com/metalfm/factory/fcgen@latest
2023
```
2124

25+
### Go >= 1.24
26+
```
27+
go get -tool github.com/metalfm/factory/fcgen@latest
28+
```
29+
2230
## CLI options
2331
```
2432
Usage of fcgen:

0 commit comments

Comments
 (0)