From f78581e5190bdc63ff7f446e17acfae4296d0aa7 Mon Sep 17 00:00:00 2001 From: Stuart Espey <2467970+mrstux@users.noreply.github.com> Date: Wed, 29 May 2024 12:58:53 +1000 Subject: [PATCH] add instructions for sourcing .bashrc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0979ab..849ad6d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ echo "alias jlmkr=\"sudo '/mnt/mypool/jailmaker/jlmkr.py'\"" > ~/.bashrc Please replace `/mnt/mypool/jailmaker/` with the actual path to where you stored `jlmkr.py`. If you're using zsh instead of bash, then you should replace `.bashrc` in the command above with `.zshrc`. If you've created the alias, you may use it instead of `./jlmkr.py`. +The alias will be available the next time you load the shell, but to use the alias immediately you can `source ~/.bashrc` or `source ~/.zshrc`, as appropriate. + ## Usage ### Create Jail