Remove example from README, it no longer exists

This commit is contained in:
Djordje Lukic 2020-04-30 18:11:49 +02:00
parent 1858367277
commit aae6a0b3ca
1 changed files with 1 additions and 11 deletions

View File

@ -2,20 +2,10 @@
## Dev Setup ## Dev Setup
To setup a development machine to update the API protobufs, first run the `./setup-dev.sh` script 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 install the correct version of protobufs on your system and get the protobuild binary.
## Building the API Project ## Building the API Project
```bash ```bash
> make > 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
```