From c39e53906f5cc694039e1debb307a6b2932e1732 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Thu, 25 Jul 2024 19:58:14 +0300 Subject: [PATCH] Updates README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03a6bdc..1fd40ab 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,10 @@ You can install it in the following ways: - clone the **git repo**: ```bash 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 @@ -63,4 +64,4 @@ cd jilo ## 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).