Skip to content

Adds creation of $HOME/.local/bin directory if not existing

orestis.malaspin requested to merge create_local_bin into main

On WSL for example there is no $HOME/.local/bin directory. This MR makes sure the directory is created before trying to move the file and getting an error.

Also the message to put the .local/bin in the path is more explicit.

Merge request reports