From 307804a2d36e2d9a5aa0697ac1bb1765bef1b1dc Mon Sep 17 00:00:00 2001 From: bastien Date: Fri, 12 May 2023 16:03:40 +0200 Subject: [PATCH] correction readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34a8389..f19cdeb 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,10 @@ VimsCode is an IDE with vim for beginner or expert 1. Introduction: Installation requires [git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0] - `sudo apt update - sudo apt install git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0` + ``` + sudo apt update + sudo apt install git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0 + ``` 2. Set up VimsCode git clone https://git.cohabit.fr/bastien/VimsCode.git