10 lines
175 B
Markdown
10 lines
175 B
Markdown
|
# Cloning this repository
|
||
|
|
||
|
- Ensure you pass `--recurse-submodules` to git!
|
||
|
|
||
|
# Install without OS packer install attempts
|
||
|
|
||
|
```bash
|
||
|
SKIP_PKG_INSTALL=true bash install.bash
|
||
|
```
|