Release v0.1.4
This commit is contained in:
parent
fdef3b3e3a
commit
c8936a9176
13
README.md
13
README.md
|
|
@ -9,7 +9,7 @@
|
||||||
A very simple subsystem builder!
|
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 compilers from languages choice by user:
|
||||||
# Image:
|
# Image:
|
||||||
|
|
||||||
#### Building a clike environment
|
#### Building a clike environment
|
||||||
|
|
@ -31,13 +31,13 @@ essentials packages and compiers from languanges choice by user:
|
||||||
* tar 1.34 or higher
|
* tar 1.34 or higher
|
||||||
* python3 or higher
|
* python3 or higher
|
||||||
* pip3 or higher
|
* pip3 or higher
|
||||||
# Run Danix
|
# Install Danix
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo make config
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
To clean configuracion run:
|
To clean configuration run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo make clean
|
$ sudo make clean
|
||||||
|
|
@ -49,7 +49,12 @@ $ danix -h
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
# Remove Danix
|
||||||
|
|
||||||
|
To remove danix run:
|
||||||
|
```shell
|
||||||
|
$ sudo danixclean
|
||||||
|
```
|
||||||
# Common erros
|
# Common erros
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue