
``` git init # create .gitignore - ignoring: .lxc and jails directories git submodule add --branch main https://github.com/Jip-Hop/jailmaker.git jailmaker-repo ln -sr jailmaker-repo/jlmkr.py . ```
4 lines
115 B
Text
4 lines
115 B
Text
[submodule "jailmaker-repo"]
|
|
path = jailmaker-repo
|
|
url = https://github.com/Jip-Hop/jailmaker.git
|
|
branch = main
|