浏览代码

Ajout d'infos dans le readme

Rémi Synave 2 年之前
父节点
当前提交
a4d2953566
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -12,7 +12,22 @@ apt-get install qt6-base-dev
 Compilation/exécution
 ---------------------
 ```
+cd src
 qmake
 make
 ./miniQt
+```
+
+Suppression des fichiers de compilation
+---------------------------------------
+```
+cd src
+make clean
+```
+
+Suppression totale des fichiers de compilation
+---------------------------------------
+```
+cd src
+make distclean
 ```