From 823a23a7dd4ee99d4311f756dd3d8d46394f1298 Mon Sep 17 00:00:00 2001 From: lew <82828093+Llywelwyn@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:58:17 +0000 Subject: [PATCH] Update installation instructions in README.md Rearranged installation instructions for clarity. --- README.md | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 72207b5..1a01912 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,27 @@ +

+ + ```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. +``` + + +
+ pda template demonstration +
+

```bash @@ -31,19 +52,4 @@ cd pda go install ``` -

- - ```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. -``` -