Updated docs

This commit is contained in:
Bilawal Hameed
2020-02-05 16:55:00 +01:00
committed by Raghunandan Balachandran
parent 21e6fcf355
commit 18186f6c4b
2 changed files with 69 additions and 11 deletions
+10
View File
@@ -8,6 +8,16 @@ Backstage is an open platform for building developer portals.
## Getting started
### Protobuf Definitions
To generate the Protobuf definitions in Go and TypeScript, run the following command from the root with [Prototool](https://github.com/uber/prototool):
```bash
$ prototool generate ./proto
```
See [proto/README.md](proto/README.md) for more information.
## Plugins
### Creating a Plugin