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.
This commit is contained in:
David Fifield 2018-04-15 17:12:55 -07:00
parent 2e59838faf
commit 01d1f951e5

View file

@ -7,6 +7,13 @@ See [keroserene.net/snowflake](https://keroserene.net/snowflake) for more info:
<iframe src="https://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
```
### Building
```
cake build
```
(Type `cake` by itself to see possible commands)
### Testing
Unit testing with Jasmine are available with: