added readme
This commit is contained in:
parent
ceffe3c30f
commit
fa6cd0a06d
24
readme.md
Normal file
24
readme.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Go Password
|
||||
|
||||
|
||||
A password generator written in Go as a test, replaces the old node based password generator
|
||||
|
||||
|
||||
|
||||
To build:
|
||||
|
||||
```shell
|
||||
|
||||
$ go build -ldflags "-s -w"
|
||||
|
||||
```
|
||||
|
||||
This will build a smaller executable, then do:
|
||||
|
||||
```shell
|
||||
|
||||
$ sudo cp password /usr/bin/password-gen
|
||||
|
||||
```
|
||||
|
||||
To copy it into the executable store
|
Loading…
Reference in New Issue
Block a user