diff --git a/source/getting-started/install.rst b/source/getting-started/install.rst index 691e767..9946060 100644 --- a/source/getting-started/install.rst +++ b/source/getting-started/install.rst @@ -340,7 +340,7 @@ The installation of Exegol on Linux, macOS and Windows are very similar. It can .. group-tab:: Windows - Exegol should **NOT** be used as admin on Windows. Docker Desktop doesn't require administrator privileges. + Exegol should **NOT** be used as admin on Windows and **NOT** as root in a WSL instance. Docker Desktop doesn't require administrator privileges. 4. Installation of the first Exegol image @@ -419,8 +419,8 @@ Exegol (wrapper) supports auto-completion in many shell environments but there i .. code-block:: bash - autoload -U bashcompinit - bashcompinit + autoload -U compinit + compinit Afterwards you can enable completion by adding the following command in your ``~/.zshrc`` config: