fix README

This commit is contained in:
Quentin 2025-02-22 21:37:12 +01:00
parent 038291b281
commit acfe034631
Signed by: quentin
GPG key ID: E9602264D639FF68
2 changed files with 4 additions and 11 deletions

View file

@ -4,18 +4,10 @@ A CLI tool to manage your Deuxfleurs account.
## Install
From NPM:
```
npm install -g dxfl
```
From git:
```
npm install -g git+https://git.deuxfleurs.fr/Deuxfleurs/dxfl
```
## Usage
*Not ready*
@ -44,7 +36,8 @@ dxfl deploy example.com _public
git clone https://git.deuxfleurs.fr/Deuxfleurs/dxfl
cd dxfl
npm install
node bootstrap.js
npm link
dxfl
```
## License

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "dxfl",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dxfl",
"version": "0.1.3",
"version": "0.1.4",
"license": "EUPL-1.2",
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",