소스 검색

Fixed docs

Andrew Chalkley 9 년 전
부모
커밋
dfc042d186
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -12,11 +12,28 @@ EP-12 devices like the Adafruit Huzzah and Adadfruit Feather Huzzah.
 
 ## Run the GUI
 
+### OS X
+
 ```bash
 npm install
 npm start
 ```
 
+### Windows 10
+
+You'll need installed:
+
+* Visual Studio Community Edition (or better) installed with Windows 8/8.1 SDK.
+* Python 2.7
+
+```
+npm install
+del node_modules\serialport\build\Release\serialport.node
+del node_modules\nslog\build\Release\nslog.node
+npm run rebuild
+npm start
+```
+
 -------
 
 ## ROM Communication