Shell extensions for CLI Applications ===================================== .. _installing-shell-extensions: Installing shell extensions ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Users of ``bash`` or ``zsh`` can install an alias and auto-completion for Corda applications that contain a command line interface. Run: .. code-block:: shell java -jar .jar install-shell-extensions Then, either restart your shell, or for ``bash`` users run: .. code-block:: shell . ~/.bashrc Or, for ``zsh`` run: .. code-block:: shell . ~/.zshrc You will now be able to run the command line application from anywhere by running the following: .. code-block:: shell --