Add Makefile
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d4fefd8176
commit
b2a45c3aba
7 changed files with 78 additions and 17 deletions
17
README.md
17
README.md
|
|
@ -30,6 +30,23 @@ There's two ways to configure `pgterminate`:
|
|||
|
||||
Configuration file options **override** command-line arguments
|
||||
|
||||
# Build
|
||||
|
||||
Create binary:
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
Create release tarball:
|
||||
```
|
||||
make release
|
||||
```
|
||||
|
||||
Cleanup:
|
||||
```
|
||||
make clean
|
||||
```
|
||||
|
||||
# Usage
|
||||
Connect to a remote instance and prompt for password:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue