Release v0.1.4

This commit is contained in:
Vinicius Silva 2023-05-23 16:01:00 -03:00
parent fdef3b3e3a
commit c8936a9176
1 changed files with 9 additions and 4 deletions

View File

@ -9,7 +9,7 @@
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:
essentials packages and compilers from languages choice by user:
# Image:
#### Building a clike environment
@ -31,13 +31,13 @@ essentials packages and compiers from languanges choice by user:
* tar 1.34 or higher
* python3 or higher
* pip3 or higher
# Run Danix
# Install Danix
```shell
$ sudo make config
$ sudo make install
```
To clean configuracion run:
To clean configuration run:
```shell
$ sudo make clean
@ -49,7 +49,12 @@ $ danix -h
![](./img/img_vi.png)
# Remove Danix
To remove danix run:
```shell
$ sudo danixclean
```
# Common erros
![](./img/img_vii.png)