From fb9fc6e25c1045536422a1c08809f4d5a8f9cb95 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 27 Jan 2017 17:58:10 +0000 Subject: [PATCH] Fixes #151 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb302c28..07557f98 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ setup using the triton tool. Currently requires [yarn](https://yarnpkg.com/en/docs/install) for installing dependencies, as well as `docker` and `docker-compose` are installed correctly, this can be done by -running `make`, make continues without any errors, then you are good to go. +running `make`, make continues without any errors, then you are good to go. [node-triton](https://github.com/joyent/node-triton) +is also needed if deployment to Triton is required. ``` make && make install