fixed typo

This commit is contained in:
Daniel Dakhno 2022-09-16 02:50:55 +02:00
parent b4a9cc65b6
commit a1dfb11fc7

View File

@ -5,7 +5,7 @@ This driver allows you to mount the flipper zero over its serial connection and
## Installation ## Installation
``` ```
git clone --recursive --depth 1git@github.com:dakhnod/fzfs.git git clone --recursive --depth 1 git@github.com:dakhnod/fzfs.git
cd fzfs cd fzfs
python3 -m venv venv python3 -m venv venv
. venv/bin/activate . venv/bin/activate