diff --git a/README-Japanese.md b/README-Japanese.md index c5b25a41..05b59baf 100644 --- a/README-Japanese.md +++ b/README-Japanese.md @@ -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でのコンパイルの注意点 diff --git a/README.md b/README.md index e3b65770..ca248736 100644 --- a/README.md +++ b/README.md @@ -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