Update installation instructions in README.md
Rearranged installation instructions for clarity.
This commit is contained in:
parent
91be684db8
commit
823a23a7dd
1 changed files with 21 additions and 15 deletions
36
README.md
36
README.md
|
|
@ -16,6 +16,27 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<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.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="https://raw.githubusercontent.com/llywelwyn/pda/master/vhs/intro.gif"
|
||||||
|
alt="pda template demonstration" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<p align="center"></p><!-- spacer -->
|
<p align="center"></p><!-- spacer -->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -31,19 +52,4 @@ cd pda
|
||||||
go install
|
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