Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 362 Bytes

building.md

File metadata and controls

12 lines (8 loc) · 362 Bytes

How to build

Requirements

  • Golang installed on your system
  • A C compiler (for cgo, docker images compiled with gcc and musl libc)

Steps to build

  • Clone this repository
  • Run go build -o passwdbox -ldflags "-s" cmd/passwdbox/main.go to build the binary
  • The passwdbox binary will be available in your current directory