From e211eef2661a73b3143435bb134253955ae73a38 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 3 Jun 2022 18:53:17 +0200 Subject: [PATCH] clickable files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee77e8f..8f30f51 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,17 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash > > > ### CopiƩ la configuration -> > `run.sh` +> [`run.sh`](archinstall/run.sh) > ```bash > curl -o run.sh -L lstu.fr/m_ai_r > ``` > -> > `user_configuration.json` +> [`user_configuration.json`](archinstall/user_configuration.json) > ```bash > curl -o u.json -L lstu.fr/m_ai_c > ``` > -> > `user_disk_layout.json` +> [`user_disk_layout.json`](archinstall/user_disk_layout.json) > ```bash > curl -o d.json -L lstu.fr/m_ai_d > ```