pub fn install_by_instruction_recursive_glob<P: AsRef<Path>>(
    dir: P,
    dry_run: bool
) -> Result<()>