소스 검색

Update CONTRIBUTING.md

Lutz Roeder 4 달 전
부모
커밋
490ac4a04a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      CONTRIBUTING.md

+ 2 - 0
CONTRIBUTING.md

@@ -7,6 +7,8 @@ Netron can run as both an [Electron](https://electronjs.org) app or a web app.
 To start the Electron app, install [Node.js](https://nodejs.org) and run: 
 
 ```bash
+git clone https://github.com/lutzroeder/netron
+cd netron
 npm install
 npm start
 ```