Explorar el Código

HUE-6682 [doc] Remove $ signs that prevent from copy pasting commands

Romain Rigaux hace 8 años
padre
commit
cc28677e3a
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -23,10 +23,10 @@ Getting Started
 ---------------
 Add the development packages, build and get the development server running:
 ```
-$ git clone https://github.com/cloudera/hue.git
-$ cd hue
-$ make apps
-$ build/env/bin/hue runserver
+git clone https://github.com/cloudera/hue.git
+cd hue
+make apps
+build/env/bin/hue runserver
 ```
 Now Hue should be running on [http://localhost:8000](http://localhost:8000) !