docs: add README

This commit is contained in:
Price Hiller 2022-07-31 20:39:02 -05:00
parent 4abe49bf55
commit 1fcbd936ec

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Cloning this repository
- Ensure you pass `--recurse-submodules` to git!
# Install without OS packer install attempts
```bash
SKIP_PKG_INSTALL=true bash install.bash
```