From f64d3e92bffb09400a148101d8c1bc244dbf7677 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 19 Feb 2025 21:59:56 +0000 Subject: [PATCH] readme: remove mention of Musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This confused me a bunch so it’ll probably confuse others! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0674b..c86bab0 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ For local development, see `gha-cache/README.md` for more details on how to obta ```shell cargo run -- -c creds.json --upstream https://cache.nixos.org -cargo build --release --target x86_64-unknown-linux-musl -cargo build --release --target aarch64-unknown-linux-musl +cargo build --release --target x86_64-unknown-linux-gnu +cargo build --release --target aarch64-unknown-linux-gnu nix copy --to 'http://127.0.0.1:3000' $(which bash) nix-store --store $PWD/test-root --extra-substituters 'http://localhost:3000' --option require-sigs false -r $(which bash) ```