Remove some stale doc references to make

This commit is contained in:
Connor Prussin
2021-11-16 21:50:23 -08:00
parent 6e886b91ac
commit f58aa94484
14 changed files with 105 additions and 15 deletions

View File

@@ -6,5 +6,11 @@ binary file and send back the file's sha256 checksum.
To run the server, run:
```bash
make example EXAMPLE=BinaryRequest
nix-shell --run 'example BinaryRequest'
```
Or, without nix:
```bash
spago -x test.dhall run --main Examples.BinaryRequest.Main
```