Merge remote-tracking branch 'origin/main'

This commit is contained in:
Saeed Vaziry 2023-08-06 22:56:17 +02:00
commit 1e934cad52

View File

@ -1,15 +1,11 @@
# Vito # Vito
## Installation Better Readme will come soon... :)
```shell ## Documentation
curl -o- https://raw.githubusercontent.com/vitodeploy/vito/main/install/install.sh | V_DOMAIN= V_ADMIN_EMAIL= V_ADMIN_PASSWORD= bash
```
Replace the variables and then run the command https://vitodeploy.com
```dotenv ## Contribution
V_DOMAIN=domain
V_ADMIN_EMAIL=your-email Feel free to open a PR
V_ADMIN_PASSWORD=your-password
```