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 +``` + +```