Mise à jour de 'README.md'
This commit is contained in:
parent
c2e5086b1a
commit
e3d2623f0b
|
@ -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 :
|
||||
|
||||
|
|
Loading…
Reference in a new issue