Update readme for generating rule cache

This commit is contained in:
Xusheng
2023-03-04 16:48:37 +08:00
parent b49213bef6
commit 1babdb069f

View File

@@ -126,6 +126,12 @@ Or install capa with build dependencies:
`$ pip install -e /local/path/to/src[build]`
#### Generate rule cache
Generate cache for all rules in the `rules` folder and save the output in the `cache` folder.
`$ python scripts/cache-ruleset.py rules/ cache/`
#### Run Pyinstaller
`$ pyinstaller .github/pyinstaller/pyinstaller.spec`