From 28b1a4cb33e781f5a69c742b5dfef0c84dd451d3 Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Thu, 27 Nov 2025 15:53:26 +0100 Subject: [PATCH] Add freshquark command to installation instructions For newcomers it might not be obvious how to get the rules. Previously, if they followed the install guide and tried to analyze an APK, they were presented with the following error: `Path '//.quark-engine/quark-rules/rules' does not exist.` --- docs/source/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index 3a98abe90..4855c29fc 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -13,6 +13,10 @@ Install from Source:: $ pipenv install --skip-lock $ pipenv shell +Download the latest rules:: + + $ freshquark + Run the help cmd of quark:: $ quark --help