Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OetkenPurveyorOfCode committed Oct 18, 2023
1 parent 398b93c commit 7dd12ea
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <path-to-directory>
```

# Example
```
> addtopath .\bin
Added Directory to path
```

# Building
Building with gcc
```
```

0 comments on commit 7dd12ea

Please sign in to comment.