From b4a9cc65b6af8160c3fff54742ce556531f7a09e Mon Sep 17 00:00:00 2001 From: Daniel Dakhno Date: Fri, 16 Sep 2022 02:50:11 +0200 Subject: [PATCH] adjusted README to include git submodule --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d47aeb..bc23656 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ This driver allows you to mount the flipper zero over its serial connection and ## Installation ``` -git clone git@github.com:dakhnod/fzfs.git +git clone --recursive --depth 1git@github.com:dakhnod/fzfs.git cd fzfs -git clone git@github.com:flipperdevices/flipperzero_protobuf_py.git python3 -m venv venv . venv/bin/activate pip install protobuf