Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 26, 2015
1 parent ab683e8 commit f7a1c64
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# path_set
# path_set [![Flattr this][flatter_png]][flatter]

Modify system and user environment variables
Modify system and user environment variables.

## Usage

Expand All @@ -24,23 +24,23 @@ Options:

## Examples

````
````batch
rem append c:\bin to the system Path variable:
path_set -n c:\bin
rem prepend c:\usr\local\bin and c:\bin to the system Path:
path_set -n -p c:\usr\local\bin c:\bin
path_set -n -p c:\usr\local\bin c:\bin
rem Add "C:\Program Files\Java\bin" to the system Path:
path_set -n "C:\Program Files\Java\bin"
````

or, even better:

````
````batch
rem add or replace JAVA_HOME with %ProgramFiles%\Java
path_set -n -r -x -v JAVA_HOME `ProgramFiles`\Java
rem Append %JAVA_HOME%\bin to the system Path:
path_set -n `JAVA_HOME`\bin
````
Expand All @@ -51,17 +51,25 @@ To contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Bugs

To view existing bugs, or report a new bug, please see the [issues](/issues) page for this project.
To view existing bugs, or report a new bug, please see [issues](../../issues).

## Changelog

To view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).

## License

This project is [MIT licensed](LICENSE).

## Changelog
## Contact

Please see [CHANGELOG.md](CHANGELOG.md) for the version history for this project.
This project was created and is maintained by [Ross Smith II][] [![endorse][endorse_png]][endorse]

## Contact
Feedback, suggestions, and enhancements are welcome.

[Ross Smith II]: mailto:[email protected] "[email protected]"
[flatter]: https://flattr.com/submit/auto?user_id=rasa&url=https%3A%2F%2Fgithub.com%2Frasa%2Fpath_set
[flatter_png]: http://button.flattr.com/flattr-badge-large.png "Flattr this"
[endorse]: https://coderwall.com/rasa
[endorse_png]: https://api.coderwall.com/rasa/endorsecount.png "endorse"

This project was originally developed by [Ross Smith II](mailto:[email protected]).
Any enhancements and suggestions are welcome.

0 comments on commit f7a1c64

Please sign in to comment.