X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=blobdiff_plain;f=README.md;h=3c0d893487f292209e12675bc8610a69d2291145;hp=11e0b320f2b421009d6c3b2e426d97fa529e7dc1;hb=8aa70263312ce3aaffcdd7705fc439b3c4f941a6;hpb=9900a5c17fe7207cfcbe6997ad7d0fbb24306f14 diff --git a/README.md b/README.md index 11e0b32..3c0d893 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,23 @@ Check the example [here](http://brunotrecenti.com/tech-radar/) ### How To Use -The package has two dependencies [d3](http://d3js.org/) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add maintain these dependencies. +The package has three dependencies [d3](http://d3js.org/), [d3-queue](https://github.com/d3/d3-queue) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add and maintain those dependencies. Please view the file `examples/index.html` for general usages. +### Docker support + +To build a centos-based docker image: + +``` +docker build -t "tech-radar:centos" . +``` + +To connect to the docker image after it was built: +``` +docker run -it tech-radar:centos /bin/bash +``` + ### Contribute All tasks are defined in the package.json