myos/README.md

34 lines
328 B
Markdown
Raw Normal View History

2021-05-16 22:26:45 +02:00
# myos - Make Your Own Stack
2021-02-08 14:52:49 +01:00
## Disclaimer
2021-05-16 22:26:45 +02:00
This is work in progress ;)
2021-02-08 14:52:49 +01:00
## Usage
```shell
$ make install
```
2021-06-12 03:13:01 +02:00
### Make variables
#### DEBUG
Show debug informations
```shell
$ make install DEBUG=true
```
#### DRYRUN
Show commands, do nothing
```shell
$ make install DRYRUN=true
```
2021-02-08 14:52:49 +01:00
## Status
2021-05-16 22:26:45 +02:00
Use it at your own risks.