From a1a20e50cf64b5a5786bb6008003d0ea51cca41f Mon Sep 17 00:00:00 2001 From: Kurteshi <agnon.kurteshi@etu.hesge.ch> Date: Sat, 18 Jun 2022 20:15:14 +0200 Subject: [PATCH] ajout indications --- indication.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 indication.md diff --git a/indication.md b/indication.md new file mode 100644 index 0000000..39654a4 --- /dev/null +++ b/indication.md @@ -0,0 +1,11 @@ +# indications + +Afin de pourvoir utiliser le programme sans soucis, il faut au préalable installer graphviz. + +## Debian et Ubuntu + +sudo apt install graphviz + +## Fedora + +sudo yum install graphviz -- GitLab