From 679e20d915177d98df0798a095101f41a6060661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 12 Jun 2017 23:10:47 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca784043..ec4250a1 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ First up, make sure that node >=4.x.x and npm >=3.x.x are installed on your syst git clone git@github.com:UltimateHackingKeyboard/agent.git cd agent npm install -npm run server:web +npm run build:electron +npm run electron ``` -At this point, webpack dev server should expose Agent at `localhost:8080` +At this point, Agent should be running on your machine. ## Contributing