mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 09:20:06 +00:00
Remove references to GoBuilder
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cb09a7afb6
commit
671af9db2f
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ My service [Secure Password](https://pwd.luzifer.io/) is powered by this app and
|
||||||
|
|
||||||
### Via CLI
|
### Via CLI
|
||||||
|
|
||||||
1. Download the compiled binary from [GoBuilder.me](https://gobuilder.me/github.com/Luzifer/password) and unzip the package
|
1. Download the compiled binary from [Github releases](https://github.com/Luzifer/password/releases/latest)
|
||||||
2. Generate your password:
|
2. Generate your password:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -40,7 +40,7 @@ My service [Secure Password](https://pwd.luzifer.io/) is powered by this app and
|
||||||
|
|
||||||
#### Self-Hosted
|
#### Self-Hosted
|
||||||
|
|
||||||
1. Download the compiled binary from [GoBuilder.me](https://gobuilder.me/github.com/Luzifer/password) and unzip the package
|
1. Download the compiled binary from [Github releases](https://github.com/Luzifer/password/releases/latest)
|
||||||
2. Run the API server:
|
2. Run the API server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -59,7 +59,7 @@ My service [Secure Password](https://pwd.luzifer.io/) is powered by this app and
|
||||||
#### Hosted
|
#### Hosted
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# curl https://password.hub.luzifer.io/v1/getPassword?length=20&special=true
|
# curl https://pwd.luzifer.io/v1/getPassword?length=20&special=true
|
||||||
0M4L-1[lT:@2&7,p,o-;
|
0M4L-1[lT:@2&7,p,o-;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue