danixfs/README.md

43 lines
795 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<center><img src="https://silvavinicius.com.br/danixfs/logo.png" width="600" height="600"></center>
</html>
* Author: Vinicius F. da Silva
* Version 0.1
* Released: 2023
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
![](./img/img_i.png)
![](./img/img_ii.png)
![](./img/img_iii.png)
### System Environments
![[img_iv.png]]
### Environments Snapthots
![[img_v.png]]
# Run Danix
```shell
$ sudo make config
```
```shell
$ sudo python main.py -h
```
![[img.vi.png]]