yara-python icon indicating copy to clipboard operation
yara-python copied to clipboard

Update to include instructions for checking out tags that addesses submodules

Open steven-lai opened this issue 6 years ago • 0 comments

git clone --recursive https://github.com/VirusTotal/yara-python
cd yara-python
git checkout v3.10.0

This would cause yara-python to be at v3.10.0 but its submodule yara would stay at master (which currently happens to be v3.11.0). User should instead use: git checkout --recurse-submodules v3.10.0.

Documentation may want to include this information to prevent any confusion.

steven-lai avatar Oct 11 '19 23:10 steven-lai