Update README with installation instructions
Added installation instructions for AUR and Go.
This commit is contained in:
parent
82f1e8264e
commit
796e4b2db9
1 changed files with 26 additions and 11 deletions
37
README.md
37
README.md
|
|
@ -18,17 +18,32 @@
|
||||||
|
|
||||||
<p align="center"></p><!-- spacer -->
|
<p align="center"></p><!-- spacer -->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Available Commands:
|
# Get the latest release from the AUR
|
||||||
get Get a value.
|
pacman -S pda
|
||||||
set Set a value.
|
|
||||||
del Delete a value.
|
# Or use pda-git for the latest commit
|
||||||
del-db Delete a whole database.
|
pacman -S pda-git
|
||||||
list-dbs List all databases.
|
|
||||||
dump Export a database as NDJSON.
|
# Or manually install with Go
|
||||||
restore Imports NDJSON into a database.
|
git clone https://github.com/llywelwyn/pda
|
||||||
completion Generate autocompletions for a specified shell.
|
cd pda
|
||||||
help Additional help for any command.
|
go install
|
||||||
|
```
|
||||||
|
|
||||||
|
<p align="center"></p><!-- spacer -->
|
||||||
|
|
||||||
|
```bash
|
||||||
|
Available Commands:
|
||||||
|
get # Get a value.
|
||||||
|
set # Set a value.
|
||||||
|
del # Delete a value.
|
||||||
|
del-db # Delete a whole database.
|
||||||
|
list-dbs # List all databases.
|
||||||
|
dump # Export a database as NDJSON.
|
||||||
|
restore # Imports NDJSON into a database.
|
||||||
|
completion # Generate autocompletions for a specified shell.
|
||||||
|
help # Additional help for any command.
|
||||||
```
|
```
|
||||||
|
|
||||||
<p align="center"></p><!-- spacer -->
|
<p align="center"></p><!-- spacer -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue