From 088d770debc3ddb933d445fea95798d360de36e5 Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Wed, 16 Feb 2022 10:01:00 +0900 Subject: [PATCH] fixed readme #391 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 392bb79d..276150d4 100644 --- a/README.md +++ b/README.md @@ -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)