From e33cef4e89f5a8f699e19d68adb7a3ca1633f3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 13 Apr 2018 19:32:20 +0200 Subject: [PATCH] Update README. Fix #609 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d98b19ee..a2aadf00 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ For everyone else, use the appropriate package manager for your OS. ``` git clone git@github.com:UltimateHackingKeyboard/agent.git cd agent -npm install # to install Node dependencies -npm run build:electron # to build the agent -npm run electron # to run the newly built agent +npm install +npm run build +npm run electron ``` At this point, Agent should be running on your machine.