VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang
MIT License
250 stars 33 forks source link

Install fail #31

Closed marcszy91 closed 6 years ago

marcszy91 commented 6 years ago

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

mohammed90 commented 6 years ago

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

marcszy91 commented 6 years ago

@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