diff --git a/README.md b/README.md index 8f6c1f7..a27f12a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,15 @@ These are small scripts to help with living in the WSL on Windows. Mostly wrappers to easily run Windows executables without having to hunt down the full path to the binaries. -# Scripts +## Installation + +Install using `stow`: + +```console +stow stow -v -d . -t /usr/local utils +``` + +## Scripts - `explorer`: open current directory in Windows Explorer - `ipfonfig`: use Windows' `ipconfig` command, WSL does not provide or support diff --git a/bin/explorer b/utils/bin/explorer similarity index 100% rename from bin/explorer rename to utils/bin/explorer diff --git a/bin/ipconfig b/utils/bin/ipconfig similarity index 100% rename from bin/ipconfig rename to utils/bin/ipconfig diff --git a/bin/start b/utils/bin/start similarity index 100% rename from bin/start rename to utils/bin/start diff --git a/bin/wsl b/utils/bin/wsl similarity index 100% rename from bin/wsl rename to utils/bin/wsl