From aad99882d0e3c578c3a4a5442fae0fb25d2ac990 Mon Sep 17 00:00:00 2001 From: Denis Abdulkerimov <denis.abdulkerimov@demlabs.net> Date: Tue, 28 Apr 2020 21:00:12 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a95e0a97..d59b7acfd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ This command fetch sources from gitlab and build them. cd cellframe-sdk git submodule update --init cd ../ + cd cellframe-sdk-python + git submodule update --init + cd ../ ``` #### Build cellframe using cmake framework -- GitLab