Skip to content

Commit 36e489b

Browse files
committed
docs: ✏️ Fix installation command
1 parent 3977b8a commit 36e489b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ GLOBAL OPTIONS:
2323
## Installation
2424

2525
```
26-
go install github.com/mpyw/sqlc-restruct/[email protected]
26+
go install github.com/mpyw/sqlc-restruct/cmd/sqlc-restruct@v0.0.0-alpha.0
2727
```
2828

2929
## SubCommands
3030

31-
### [separate-interface](./cmd/separate_interface.go)
31+
### [separate-interface](./cmd/sqlc-restruct/separate_interface.go)
3232

3333
```ShellSession
3434
user@host:~$ sqlc-restruct separate-interface --help

0 commit comments

Comments
 (0)