From 105163cc15a152ac6f7f3bc5ebd57a6c6a09e7f3 Mon Sep 17 00:00:00 2001 From: Luke Hinds <7058938+lukehinds@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:40:14 +0000 Subject: [PATCH] Remove shell prompt from installation CLI code (#3962) GitHub's readme markdown rendering adds a button which allows a user to copy the CLI into their copy cache to then paste into a terminal and run. Currently as the curl command contains a dollar sign, that gets included (which means the user needs to manually remove it). Really not a big deal and if this is closed I won't be upset, but noted it's been a bit of a nit to me a few times. Signed-off-by: Luke Hinds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6dc6cf94d..6a4eb7b291 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The Wasmtime CLI can be installed on Linux and macOS with a small install script: ```sh -$ curl https://wasmtime.dev/install.sh -sSf | bash +curl https://wasmtime.dev/install.sh -sSf | bash ``` Windows or otherwise interested users can download installers and