Explorar o código

Update CONTRIBUTING.md

Lutz Roeder hai 4 meses
pai
achega
490ac4a04a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
 ```