Updates README

main
Yasen Pramatarov 2024-07-25 19:58:14 +03:00
parent 5463ea0cee
commit c39e53906f
1 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,10 @@ You can install it in the following ways:
- clone the **git repo**: - clone the **git repo**:
```bash ```bash
git clone https://github.com/lindeas/jilo-web.git git clone https://github.com/lindeas/jilo-web.git
cd jilo cd jilo-web
./install.sh
``` ```
- DEB and RPM packages are planned, but still unavailable - DEB and RPM packages are planned, but not yet available. There are experimental build scripts in "packaging" folder.
## config ## config
@ -63,4 +64,4 @@ cd jilo
## database ## database
The database is an SQLite file. You also need the sqlite db from jilo (mysql/mariadb support is planned, but still unavailable). The database is an SQLite file. You also need the sqlite db from jilo (mysql/mariadb support is planned, but not yet available).