Editing readme
This commit is contained in:
parent
9ad501806a
commit
342e2bf1c1
12
README.md
12
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
|
The Danixfs is a root filesystem management! Build a Alpine subsystem and pre install
|
||||||
essentials packages and compiers from languanges choice by user:
|
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:
|
# Image:
|
||||||
|
|
||||||
#### Building a clike environment
|
#### Building a clike environment
|
||||||
|
|
@ -36,6 +30,12 @@ Avaliable system arguments:
|
||||||
$ sudo make config
|
$ sudo make config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To clean configuracion run:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ sudo make clean
|
||||||
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo python main.py -h
|
$ sudo python main.py -h
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue