diff --git a/README.md b/README.md index e69de29..f5cc022 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# Debian Bootstrap + +Simple bootstrap script for Debian VMs. + +## Usage + +```bash +curl -s https://github.com/jinjin/debian-bootstrap/raw/main/bootstrap.sh | bash +```