diff --git a/README.md b/README.md index 35d5cde..72207b5 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,32 @@
- ```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. +```bash +# Get the latest release from the AUR +pacman -S pda + +# Or use pda-git for the latest commit +pacman -S pda-git + +# Or manually install with Go +git clone https://github.com/llywelwyn/pda +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. ```