Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Formatted userprofile variable
  • Loading branch information
danesparza committed Jul 12, 2018
1 parent 2c01e98 commit e44cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Utilities for working with [TFS (Team Foundation Server)](https://docs.microsoft

## Getting started
- Grab the [latest release](https://github.com/danesparza/tfsutil/releases/latest) and unzip `tfsutil` to a location in your [path](https://en.wikipedia.org/wiki/PATH_(variable)).
- **Create a config file** using the command `tfsutil config create`. Put the generated text in a file named `tfsutil.yml` in the directory that %userprofile% points to on windows (probably the root of your user directory), or to your home directory (if on a unix/linux based platform), or in the same directory as the binary.
- **Create a config file** using the command `tfsutil config create`. Put the generated text in a file named `tfsutil.yml` in the directory that `%userprofile%` points to on windows (probably the root of your user directory), or to your home directory (if on a unix/linux based platform), or in the same directory as the binary.
- **Update the TFS url** in the `tfsutil.yml` with your server information. Also update the default collection and project you'd like to use.
- **Create a personal access token** and set it in the tfsutil.yml config file. (Need help? [See the guide on Microsoft's site](https://docs.microsoft.com/en-us/vsts/accounts/use-personal-access-tokens-to-authenticate?view=vsts).)

Expand Down

0 comments on commit e44cad8

Please sign in to comment.