From 4b7aabbfe5f7e5a86ccaecad5b3cfd02ffb0592f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 9 Sep 2023 20:52:28 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8cea8..9583740 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Prebuilt binaries are available for macOS, Linux (gnu and musl), Windows (static # Get host target host=$(rustc -Vv | grep host | sed 's/host: //') # Download binary and install to $HOME/.cargo/bin -curl -LsSf https://github.com/taiki-e/cargo-no-dev-deps/releases/latest/download/cargo-no-dev-deps-$host.tar.gz | tar xzf - -C $HOME/.cargo/bin +curl --proto '=https' --tlsv1.2 -fsSL https://github.com/taiki-e/cargo-no-dev-deps/releases/latest/download/cargo-no-dev-deps-$host.tar.gz | tar xzf - -C "$HOME/.cargo/bin" ```