From 5f943baf9ae390eb583648c2663d2cdb2fb7c45e Mon Sep 17 00:00:00 2001 From: Jack Desert Desert Date: Mon, 23 Mar 2026 12:47:42 -0400 Subject: [PATCH] Add Usage section to README So users know the method by which the GNU utilies become available in PATH --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d54ee2a..0d3c977 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ cd linuxify/ ./linuxify install ``` +## Usage + +At the end of the install, a file at `~/.linuxify` will be provided. +Sourcing this file will update your PATH, MANPATH, and other variables so you +get the GNU utilites first without needing to prepend them with `g`. + ## Uninstall ```bash