From cabf98be72b395313f06d57a99c132c841181d11 Mon Sep 17 00:00:00 2001
From: Sharun <715417+sharunkumar@users.noreply.github.com>
Date: Mon, 10 Jul 2023 18:52:00 -0400
Subject: [PATCH] remove $ from code blocks in README (#951)

---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index ed5db299..b5ced429 100644
--- a/README.md
+++ b/README.md
@@ -40,29 +40,29 @@ The course is built using a few tools:
 First clone the repository:
 
 ```shell
-$ git clone https://github.com/google/comprehensive-rust/
-$ cd comprehensive-rust
+git clone https://github.com/google/comprehensive-rust/
+cd comprehensive-rust
 ```
 
 Then install these tools with:
 
 ```shell
-$ cargo install mdbook
-$ cargo install mdbook-svgbob
-$ cargo install mdbook-i18n-helpers
-$ cargo install --path mdbook-exerciser
+cargo install mdbook
+cargo install mdbook-svgbob
+cargo install mdbook-i18n-helpers
+cargo install --path mdbook-exerciser
 ```
 
 Run
 
 ```shell
-$ mdbook test
+mdbook test
 ```
 
 to test all included Rust snippets. Run
 
 ```shell
-$ mdbook serve
+mdbook serve
 ```
 
 to start a web server with the course. You'll find the content on