Blame README.md

1a5a38
# Tool to deploy openSUSE Tumbleweed to the Enclustra Mars MA3
1a5a38
See the blog post!
1a5a38
## Usage
1a5a38
```
1a5a38
usage: deploy.py [-h] -r ROOTFS -d DEVICE -i INPUT_DIR
1a5a38
1a5a38
Deploy openSUSE Tumbleweed to the Mars MA3.
1a5a38
1a5a38
optional arguments:
1a5a38
  -h, --help            show this help message and exit
1a5a38
  -r ROOTFS, --rootfs ROOTFS
1a5a38
                        Path to rottfs.tar
1a5a38
  -d DEVICE, --device DEVICE
1a5a38
                        Deviceprefix to deploy to (e.g. /dev/mmcblk0p)
1a5a38
  -i INPUT_DIR, --input_dir INPUT_DIR
1a5a38
                        Build files generated by build.sh
1a5a38
```
1a5a38