- Go installed on your system.
-
Clone the repository
-
Run the program:
cd pw && go run main.go gen -l 16 -n
or
go build && go install pw gen -l 16 -n
-
To use the interactive mode:
go run main.go -i
or
pw -i
To get help on how to use the program, run:
pw help
or
go run main.go help