From e19c3e04fddc64c30535eb042dbf948fc5687398 Mon Sep 17 00:00:00 2001
From: Dmitry Belyavskiy <beldmit@gmail.com>
Date: Fri, 22 Jul 2022 17:13:27 +0200
Subject: [PATCH] We need to init submodule explicitly

Thanks to Matt Caswell for pointing on it
---
 INSTALL.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index 0927f51..b1be27b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -12,6 +12,9 @@ To build and install OpenSSL GOST Engine, you will need
 
 Here is a quick build guide:
 
+    $ git clone https://github.com/gost-engine/engine
+    $ cd engine
+    $ git submodule update --init
     $ mkdir build
     $ cd build
     $ cmake -DCMAKE_BUILD_TYPE=Release ..
-- 
2.39.5