We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284be2d commit a0dc17fCopy full SHA for a0dc17f
docs/development.md
@@ -7,7 +7,8 @@ This doc explains how to set up a development environment for Numaflow.
7
1. [`go`](https://golang.org/doc/install) 1.19+
8
1. [`git`](https://help.github.com/articles/set-up-git/)
9
1. [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
10
-1. [`protoc`](https://github.com/protocolbuffers/protobuf) for compiling protocol buffers
+1. [`protoc`](https://github.com/protocolbuffers/protobuf) 3.19 for compiling protocol buffers
11
+1. [`pandoc`](https://pandoc.org/installing.html) 2.17 for generating API markdown
12
1. [`Node.js®`](https://nodejs.org/en/) for running the UI
13
1. [`yarn`](https://classic.yarnpkg.com/en/)
14
1. [`k3d`](https://k3d.io/) for local development, if needed
0 commit comments