From e3d2623f0b9aa7bae59f79ea911574517db502b6 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 12:11:58 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53c2dea..444e497 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Why VimsCode -### VimsCode, it's beautifull +### VimsCode, it's beautiful To write or edit computer code, program an arduino etc... we use IDE (integrated development environment) Many very complete graphic software exist to do that like VScode from microsoft or Atom. @@ -46,11 +46,11 @@ VimsCode is an IDE with vim for beginner or expert : ### 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] +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, elinks + 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; elinks ``` ### Set up VimsCode :