update documentation

This commit is contained in:
Simon Vieille 2024-03-03 21:25:17 +01:00
parent 64a233af5e
commit ceb0b8faec
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -11,6 +11,12 @@ git clone https://gitnet.fr/deblan/nextcloud_passwords_to_bitwarden
composer install
```
### Using the Phar
```
wget https://gitnet.fr/deblan/nextcloud_passwords_to_bitwarden/releases/download/2024-03-03/ncpasswords2bitwarden.phar
```
### Using docker
```sh
@ -40,6 +46,12 @@ docker pull deblan/ncpasswords2bitwarden
php index.php /path/to/Folders.csv /path/to/Passwords.csv > bitwarden_passwords.json
```
#### Using the Phar
```sh
php ncpasswords2bitwarden.phar /path/to/Folders.csv /path/to/Passwords.csv > bitwarden_passwords.json
```
#### Using docker
```