update readme

This commit is contained in:
Antonio J. Delgado 2024-11-12 08:47:22 +02:00
parent 94e2a7d42b
commit 739ffdad8f

View file

@ -1,11 +1,18 @@
# nc_password_client # nc_password_client
Command line client (CLI) for the Nextcloud Passwords app.
Manage your password and import them from [Password Store](https://www.passwordstore.org/).
## Requirements ## Requirements
See requirements.txt
## Installation ## Installation
### Linux ### Linux
Not necessary if you use the Bash script because it will create a virtual environment for it, and do the installation.
```bash ```bash
sudo python3 setup.py install sudo python3 setup.py install
``` ```
@ -19,7 +26,7 @@ sudo python3 setup.py install
## Usage ## Usage
```bash ```bash
Usage: nc_password_client.py [OPTIONS] COMMAND [ARGS]... Usage: nc_password_client.sh [OPTIONS] COMMAND [ARGS]...
Client function to pass context Client function to pass context