fixed readme #391

This commit is contained in:
Alan Smithee
2022-02-16 10:01:00 +09:00
parent e4cb853df0
commit 088d770deb

View File

@@ -97,11 +97,10 @@ You can also `git clone` the repository with the following command and compile b
git clone https://github.com/Yamato-Security/hayabusa.git --recursive
```
If you forget to use `--recursive` option, `rules/` files which managed in submodule did not cloned.
Use following command to import submodules.
You can get latest Hayabusa rules with the execute following command.
```bash
git submodule update --init
.\hayabusa.exe -u
```
# Compiling from source (Optional)