Skip to content

Commit 8ff4292

Browse files
committed
edited installation.go
Signed-off-by: tobigiwa <[email protected]>
1 parent b8aa8e5 commit 8ff4292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installation.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var dependencies = map[string]string{
1616
"wails": "You'll need the wails cli to build the desktop application, run `go install github.com/wailsapp/wails/v2/cmd/wails@latest` or visit https://wails.io/docs/gettingstarted/installation",
1717
"templ": "You'll need the templ cli to compile the frontend, run `go install github.com/a-h/templ/cmd/templ@latest` or visit https://templ.guide/quick-start/installation",
1818
"tailwindcss": "You'll need the tailwindcss cli to compile the frontend, visit https://tailwindcss.com/blog/standalone-cli and ensure to rename the binary to `tailwindcss`",
19+
"badger": "You'll need the badger cli for the database, run `go install go install github.com/dgraph-io/badger/v4/badger@latest",
1920
}
2021

2122
func main() {

0 commit comments

Comments
 (0)