linux-tools/README.md

9 lines
130 B
Markdown

# About
# How to start a dev env
```shell script
docker run --rm -it -v $(pwd):/data/linux-tools ubuntu bash
```
# Contributing