From aae6a0b3cad78becfc5e1e1cd980cb270f85df0f Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Thu, 30 Apr 2020 18:11:49 +0200 Subject: [PATCH] Remove example from README, it no longer exists --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index d3475a53..d7248254 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,10 @@ ## Dev Setup -To setup a development machine to update the API protobufs, first run the `./setup-dev.sh` script -to install the correct version of protobufs on your system and get the protobuild binary. +To setup a development machine to update the API protobufs, first run the `./setup-dev.sh` script to install the correct version of protobufs on your system and get the protobuild binary. ## Building the API Project ```bash > make ``` - -## Build the example backend - -The example backend code is located in `/example/backend`. -Build the service with the resulting binary placed in the `/bin` directory. - -```bash -> make example -```