From 01d1f951e59560e367f6da6a2ef56c75e79eb954 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Sun, 15 Apr 2018 17:12:55 -0700 Subject: [PATCH] Add the `cake build` hint to proxy/README.md. It was already in the root README.md, but proxy/README.md is where I always look for it. --- proxy/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proxy/README.md b/proxy/README.md index ca08b21..5f63cce 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -7,6 +7,13 @@ See [keroserene.net/snowflake](https://keroserene.net/snowflake) for more info: ``` +### Building + +``` +cake build +``` +(Type `cake` by itself to see possible commands) + ### Testing Unit testing with Jasmine are available with: