Parcourir la source

Adding informations in readme file

Rémi Synave il y a 1 an
Parent
commit
bbb66caa76
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -20,7 +20,7 @@ Linux users can use package manager to install this library.
 
 Linux and Windows users can also visit this website to download and install the library :
 
-[https://www.qt.io/download-qt-installer]https://www.qt.io/download-qt-installer
+[Site web de Qt](https://www.qt.io/download-qt-installer)
 
 ### Build software with QtCreator
 
@@ -31,7 +31,9 @@ Open the dsl.pro file with QtCreator.
 #### For linux users :
 
 With a terminal, go to the dsl directory where you have the file dsl.pro. Then :
+
 `qmake`
+
 `make`
 
 dsl executable file will be generate in the directory. Launch it with : ./dsl
@@ -39,7 +41,9 @@ dsl executable file will be generate in the directory. Launch it with : ./dsl
 #### For Windows users :
 
 Open the mingw terminal installed with the Qt library. You can find it in Qt subdirectory (for example C:\Qt\6.4.0\mingw_64). With this terminal, go to the directory where you can find the dsl.pro file. Then :
+
 ̀qmake`
+
 `mingw32-make`
 
 A release directory will be created where you can execute the software :