From aa9d4d3582bcc44cda36c6f1ca7721c17f8d4bf4 Mon Sep 17 00:00:00 2001 From: andreiosg Date: Sun, 23 Oct 2022 17:23:08 +0200 Subject: [PATCH] [uv-json-c-demo] add git to dependencies --- uv-json-c-demo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/uv-json-c-demo/README.md b/uv-json-c-demo/README.md index 2dd5fc9..a617d43 100644 --- a/uv-json-c-demo/README.md +++ b/uv-json-c-demo/README.md @@ -7,6 +7,7 @@ Make sure all of the following are installed: - `gcc` >= 8 (required for `-static-pie` linking) - `cmake` - `make` +- `git` ## Building To build run: