update readme

This commit is contained in:
Yamato Security
2022-08-11 13:05:34 +09:00
parent c2807e36e4
commit 9f7a8980d8
2 changed files with 6 additions and 2 deletions

View File

@@ -276,9 +276,11 @@ rustup target add x86_64-unknown-linux-musl
以下のようにコンパイルします:
```
rustup run stable-x86_64-unknown-linux-musl cargo build --release
cargo build --release --target=x86_64-unknown-linux-musl
```
MUSLバイナリは`./target/x86_64-unknown-linux-musl/release/`ディレクトリ配下に作成されます。
## Linuxでのコンパイルの注意点

View File

@@ -271,9 +271,11 @@ rustup target add x86_64-unknown-linux-musl
Compile with:
```
rustup run stable-x86_64-unknown-linux-musl cargo build --release
cargo build --release --target=x86_64-unknown-linux-musl
```
The MUSL binary will be created in the `./target/x86_64-unknown-linux-musl/release/` directory.
# Running Hayabusa
## Caution: Anti-Virus/EDR Warnings and Slow Runtimes