From 342e2bf1c192d68b913c1cb749645f369cf0cff7 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Tue, 16 May 2023 22:15:15 -0300 Subject: [PATCH] Editing readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d828925..1bb9cac 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,6 @@ A very simple subsystem builder! The Danixfs is a root filesystem management! Build a Alpine subsystem and pre install essentials packages and compiers from languanges choice by user: - -Avaliable system arguments: - -* "clike" : Build a C/C++ environment, installing from template with cpp, g++ and clang compilers - - # Image: #### Building a clike environment @@ -36,6 +30,12 @@ Avaliable system arguments: $ sudo make config ``` +To clean configuracion run: + +```shell +$ sudo make clean +``` + ```shell $ sudo python main.py -h ```