From 1fcbd936ec5474dd3a233293ef54731c0ff9728c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 20:39:02 -0500 Subject: [PATCH] docs: add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..74d6e5a --- /dev/null +++ b/README.md @@ -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 +```