소스 검색

Merge pull request #27 from clemens-tolboom/clemens-tolboom-patch-1

Remove $ in code example
Jessica Lord 10 년 전
부모
커밋
8ff9e5c25b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -18,11 +18,11 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod
 
 ```bash
 # Clone this repository
-$ git clone https://github.com/atom/electron-quick-start
+git clone https://github.com/atom/electron-quick-start
 # Go into the repository
-$ cd electron-quick-start
+cd electron-quick-start
 # Install dependencies and run the app
-$ npm install && npm start
+npm install && npm start
 ```
 
 Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).