VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install fail

marcszy91 opened this issue · comments

root@pi_fhem:~/go# go get github.com/VictorNine/bitwarden-go
package github.com/VictorNine/bitwarden-go: no buildable Go source files in /root/go/src/github.com/VictorNine/bitwarden-go

Try go get github.com/VictorNine/bitwarden-go/cmd/bitwarden-go

@mohammed90 that works for me. Maybe they should update the README.
I also had to chmod 755 bitwarden-go in the bin directory and call with ./bitwarden

Thank you