update readme
This commit is contained in:
parent
94e2a7d42b
commit
739ffdad8f
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue