Skip to content

Commit a0dc17f

Browse files
authored
feat: add pandoc to required tools development doc. Closes #276 (#277)
Signed-off-by: David Seapy <[email protected]>
1 parent 284be2d commit a0dc17f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/development.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This doc explains how to set up a development environment for Numaflow.
77
1. [`go`](https://golang.org/doc/install) 1.19+
88
1. [`git`](https://help.github.com/articles/set-up-git/)
99
1. [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
10-
1. [`protoc`](https://github.com/protocolbuffers/protobuf) for compiling protocol buffers
10+
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
1112
1. [`Node.js®`](https://nodejs.org/en/) for running the UI
1213
1. [`yarn`](https://classic.yarnpkg.com/en/)
1314
1. [`k3d`](https://k3d.io/) for local development, if needed

0 commit comments

Comments
 (0)