From a1dfb11fc74ebf1f51592f0a72c4d457f51c1cea Mon Sep 17 00:00:00 2001 From: Daniel Dakhno Date: Fri, 16 Sep 2022 02:50:55 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc23656..c29d25f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This driver allows you to mount the flipper zero over its serial connection and ## Installation ``` -git clone --recursive --depth 1git@github.com:dakhnod/fzfs.git +git clone --recursive --depth 1 git@github.com:dakhnod/fzfs.git cd fzfs python3 -m venv venv . venv/bin/activate