Update README. Fix #609
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user