You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation.go
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ var dependencies = map[string]string{
16
16
"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",
17
17
"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",
18
18
"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",
0 commit comments