update readme

This commit is contained in:
Simon Vieille 2024-02-29 14:17:34 +01:00
parent feb1e61026
commit b4addbee94
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -4,7 +4,7 @@ This project allows you to convert [Nextcloud Passwords](https://apps.nextcloud.
## Installation
```shell
```sh
git clone https://gitnet.fr/deblan/nextcloud_passwords_to_bitwarden
composer install
```
@ -26,7 +26,7 @@ composer install
### On the project
```shell
```sh
php index.php /path/to/Folders.csv /path/to/Passwords.csv > bitwarden_passwords.json
```