updated readme

This commit is contained in:
Alan Smithee
2022-02-04 09:52:05 +09:00
parent f9d0917981
commit d46f26fbdd
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ git clone https://github.com/Yamato-Security/hayabusa.git
You can get latest Hayabusa rules with the execute following command.
```bash
.\hayabusa.exe -U
.\hayabusa.exe -u
```
If you forget to use `--recursive` option, `rules/` files which managed in submodule did not cloned.

View File

@@ -86,7 +86,7 @@ git clone https://github.com/Yamato-Security/hayabusa.git
Hayabusaでは検知ルールを`rules/`フォルダの取得はコンパイル後に以下のコマンドでルールの最新版を取得することができます。
```bash
.\hayabusa.exe -U
.\hayabusa.exe -u
```
# ソースコードからのコンパイル(任意)