Update installation instructions in README.md

Rearranged installation instructions for clarity.
This commit is contained in:
lew 2025-11-20 19:58:17 +00:00 committed by GitHub
parent 91be684db8
commit 823a23a7dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -->