Remove $ sign so whole block of commands can be copied at once

Change-Id: I007acfb6c643d520e28d305d5de433a53ba13106
diff --git a/README.md b/README.md
index 4ff322d..575d450 100644
--- a/README.md
+++ b/README.md
@@ -89,16 +89,16 @@
 Example:
 
 ```
-   $ git clone https://gerrit.googlesource.com/plugins/owners
-   $ git clone https://gerrit.googlesource.com/gerrit
-   $ cd gerrit/plugins
-   $ ln -s ../../owners/owners .
-   $ ln -s ../../owners/owners-autoassign .
-   $ ln -s ../../owners/owners-api .
-   $ ln -sf ../../owners/external_plugin_deps.bzl .
-   $ cd ..
-   $ ln -s ../owners/owners-common .
-   $ bazel build plugins/owners plugins/owners-autoassign
+  git clone https://gerrit.googlesource.com/plugins/owners
+  git clone https://gerrit.googlesource.com/gerrit
+  cd gerrit/plugins
+  ln -s ../../owners/owners .
+  ln -s ../../owners/owners-autoassign .
+  ln -s ../../owners/owners-api .
+  ln -sf ../../owners/external_plugin_deps.bzl .
+  cd ..
+  ln -s ../owners/owners-common .
+  bazel build plugins/owners plugins/owners-autoassign
 ```
 
 NOTE: the owners-common folder is producing shared artifacts for the two plugins