From 2a1e863cd719c0628e48322c8c2cc74734ae9f80 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Wed, 10 Aug 2022 12:25:18 +0300 Subject: [PATCH] [#199] README: Add `make` minimum version required Makefile contains `.ONESHELL` that is supported only in `3.82+`. Signed-off-by: Pavel Karpy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8486e..60de945 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Tools to set up local NeoFS network and N3 privnets. Devenv, for short. Make sure you have installed all of the following prerequisites on your machine: * docker * docker-compose -* make +* make (`3.82+`) * expect * openssl * jq