Update README. Fix #609

This commit is contained in:
László Monda
2018-04-13 19:32:20 +02:00
committed by GitHub
parent 9b815ed9c1
commit e33cef4e89

View File

@@ -33,9 +33,9 @@ For everyone else, use the appropriate package manager for your OS.
``` ```
git clone git@github.com:UltimateHackingKeyboard/agent.git git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent cd agent
npm install # to install Node dependencies npm install
npm run build:electron # to build the agent npm run build
npm run electron # to run the newly built agent npm run electron
``` ```
At this point, Agent should be running on your machine. At this point, Agent should be running on your machine.