myos/README.md

34 lines
328 B
Markdown

# myos - Make Your Own Stack
## Disclaimer
This is work in progress ;)
## Usage
```shell
$ make install
```
### Make variables
#### DEBUG
Show debug informations
```shell
$ make install DEBUG=true
```
#### DRYRUN
Show commands, do nothing
```shell
$ make install DRYRUN=true
```
## Status
Use it at your own risks.