From 7dd12eaaf74924d8a7a5b2729d16839da6e09389 Mon Sep 17 00:00:00 2001 From: OetkenPurveyorOfCode Date: Wed, 18 Oct 2023 17:42:12 +0200 Subject: [PATCH] Add Readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bffe54a --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# addtopath +Adds the first argument to USER PATH environment variable without truncating it like setx. + +This program only works on windows. + +# Usage +``` +> addtopath +``` + +# Example +``` +> addtopath .\bin +Added Directory to path +``` + +# Building +Building with gcc +``` + +```