소스 검색

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

Romain Rigaux 8 년 전
부모
커밋
cc28677e3a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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) !