Skip to content

Commit 0a9fc74

Browse files
committed
docs: go get dev version
1 parent 44acd3f commit 0a9fc74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ Check [this][wiki-brew-untap] for more information.
144144
#### Option 2: Go Get
145145

146146
```shell script
147-
go get github.com/kenanbek/dbui
147+
go get github.com/kenanbek/dbui # for latest release
148+
149+
# or
150+
go get github.com/kenanbek/dbui@main # for the development version
148151
```
149152

150153
#### Option 3: Source Code (+demo databases)

0 commit comments

Comments
 (0)