readme tweaked, minor issue fixed.
diff --git a/README.md b/README.md
index 85dce1c..9bbeb3c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Travis](https://img.shields.io/travis/apache/ode-console.svg)]()
+
 # Apache ODE Console
 
 **Apache ODE** (Orchestration Director Engine) executes business processes written following the [WS-BPEL](http://ode.apache.org/ws-bpel-20.html) standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application.
@@ -15,6 +17,12 @@
 
 ## Build
 
+To install all needed dependencies do the following:
+1. Install nodejs and npm
+1. Install Gulp via `npm i -g gulp`
+1. Install npm dependencies via `npm install` (in the working copy)
+1. Install bower dependencies via `bower install` (in the working copy)
+
 * `gulp` or `gulp build` to build an optimized version of your application in `/dist`
 * `gulp serve` to launch a browser sync server on your source files
 * `gulp serve:dist` to launch a server on your optimized application
diff --git a/TODO b/TODO
index 38fda11..2443c74 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,7 @@
 - [x] edit variable contents in instance details view
 
 - [ ] check and fix LICENSE and NOTICE files
+- [ ] rewrite st-select directive
 - [ ] write tests!
 - [ ] add package detail view and show BPEL and WSDL sources there (PMAPI change needed)
 - [ ] handle instance/process not found cases in detail views
diff --git a/src/index.html b/src/index.html
index 269130a..33dd76d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -65,7 +65,6 @@
     <script src="app/index.js"></script>
     <script src="app/really.directive.js"></script>
     <script src="app/soap.service.js"></script>
-    <script src="app/spinbutton.directive.js"></script>
     <script src="app/st-select.directive.js"></script>
     <script src="vendor/jquery.xpath.js"></script>
     <script src="vendor/vkbeautify.js"></script>