From efd1f6f65f0a8f4c89dea7f07ee8f0353b7bfbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 22 Mar 2016 23:11:06 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 58ad679d..ddd7fe51 100644 --- a/README.md +++ b/README.md @@ -8,25 +8,10 @@ Agent is in a preliminary state. You can click around, and most interactions wil ## Set up instructions -Clone this repository: - ``` git clone git@github.com:UltimateHackingKeyboard/agent-mockup.git cd agent-mockup +npm install ``` -Install bower: - -``` -npm install -g bower -``` - -Get libraries used by the project: - -``` -bower install -``` - -### Additional information - -In the repository you find a `gulpfile.js` for running [browsersync](https://www.browsersync.io/), which speeds up our development process. If you want to use it just run `npm install` in the project directory, then you can fire it up with `gulp serve`. +In the repository you can find a `gulpfile.js` for running [browsersync](https://www.browsersync.io/), which speeds up the development process. You can fire it up with `gulp serve`.