From ccdab617081b8f12e6c4a498ef4b387f8c5cc772 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 23 May 2019 20:37:34 -0400 Subject: Remove prefix $ and > from manual (#2404) --- website/manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'website') diff --git a/website/manual.md b/website/manual.md index 5a25fc8ef..f3b902b58 100644 --- a/website/manual.md +++ b/website/manual.md @@ -95,13 +95,13 @@ scripts to download and install the binary. Using Shell: ```shellsession -$ curl -fsSL https://deno.land/x/install/install.sh | sh +curl -fsSL https://deno.land/x/install/install.sh | sh ``` Using PowerShell: ```shellsession -> iwr https://deno.land/x/install/install.ps1 | iex +iwr https://deno.land/x/install/install.ps1 | iex ``` Using [Scoop](https://scoop.sh/) (windows): @@ -118,7 +118,7 @@ executable bit on Mac and Linux. Once it's installed and in your `$PATH`, try it: ```shellsession -$ deno run https://deno.land/welcome.ts +deno run https://deno.land/welcome.ts ``` ### Build from source -- cgit v1.2.3