`bo`コマンドから実行すると以下のエラーになる。 ``` this verb needs broot to be launched as br. Try broot --install if necessary. ``` これは、`cd`が親シェル(not [[Broot]])で実行する必要があるため。`br`コマンドを使う必要があるので、案内通りに`broot --install`でインストールしても効果がない。 ```console $ broot install You requested a clean (re)install. Removing C:\Users\syoum\AppData\Roaming\dystroy\broot\config\launcher\installed-v1. Removing C:\Users\syoum\AppData\Roaming\dystroy\broot\data\launcher\bash\1. Writing br shell function in C:\Users\syoum\AppData\Roaming\dystroy\broot\data\launcher\bash\1. Removing C:\Users\syoum\AppData\Roaming\dystroy\broot\config\launcher\bash\br. Creating link from C:\Users\syoum\AppData\Roaming\dystroy\broot\config\launcher\bash\br to C:\Users\syoum\AppData\Roaming\dystroy\broot\data\launcher\bash\1. C:\Users\syoum\.bashrc already patched, no change made. C:\Users\syoum\.bash_profile already patched, no change made. The br function has been successfully installed. You may have to restart your shell or source your shell init files. Afterwards, you should start broot with br in order to use its full power. ``` [[Shell]]だけで、[[PowerShell]]はサポートしてなさそう。 ```shell $ broot --help | grep install --install Install or reinstall the br shell function --set-install-state <SET_INSTALL_STATE> [possible values: undefined, refused, installed] ``` [[brコマンド#PowerShell の場合]] を参照。