Actualiser README.md
This commit is contained in:
parent
c31396e185
commit
690d019f4f
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,11 +1,11 @@
|
|||
# dxfl
|
||||
# dfl
|
||||
|
||||
A CLI tool to manage your Deuxfleurs account.
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
npm install -g git+https://git.deuxfleurs.fr/Deuxfleurs/dxfl
|
||||
npm install -g git+https://git.deuxfleurs.fr/Deuxfleurs/dfl
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -15,26 +15,26 @@ npm install -g git+https://git.deuxfleurs.fr/Deuxfleurs/dxfl
|
|||
Start by login with your username, for example for `john`:
|
||||
|
||||
```
|
||||
dxfl login john
|
||||
dfl login john
|
||||
```
|
||||
|
||||
Then you can list your websites:
|
||||
|
||||
```
|
||||
dxfl list
|
||||
dfl list
|
||||
```
|
||||
|
||||
And then to deploy your `_public` folder on `example.com`:
|
||||
|
||||
```
|
||||
dxfl deploy example.com _public
|
||||
dfl deploy example.com _public
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
```
|
||||
git clone https://git.deuxfleurs.fr/Deuxfleurs/dxfl
|
||||
cd dxfl
|
||||
git clone https://git.deuxfleurs.fr/Deuxfleurs/dfl
|
||||
cd dfl
|
||||
npm install
|
||||
tsc
|
||||
node index.js
|
||||
|
|
Loading…
Add table
Reference in a new issue