From 2d4e33df30a95ee3b8f30625697ec9631a52723e Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 12 Oct 2024 04:24:17 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a79d0c43..bca5708f 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ GTK 4 / Libadwaita client written in Rust ## Build -### Dependencies +### Requirements -Make sure system support: +Make sure your system support: * GTK 4.8+ * Libadwaita 1.4+ -Use [rustup installer](https://rustup.rs) to setup latest Rust compiler and package manager: +Use [rustup](https://rustup.rs) installer to setup latest Rust compiler and package manager: ``` bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh @@ -86,6 +86,7 @@ Guide and protocol draft * [SQLite](https://sqlite.org) used to operate with user profile: for example, restore and save widget sessions, manage auth, history, bookmarks, etc * Database stored in system config directory (could be detected simply using browser tools menu) +* Structure of table should not be modified on `CARGO_PKG_VERSION_PATCH` change * Every `browser` mod may have own table, where table must: * contain same name as mod location, for example `app_browser_widget` for `src/app/browser/widget.rs` * every table include autoincrement `id` column and parental primary ID if exist