Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Updated config file options
  • Loading branch information
danesparza authored Jul 12, 2018
1 parent fadb839 commit 2c01e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Utilities for working with [TFS (Team Foundation Server)](https://docs.microsoft.com/en-us/vsts/user-guide/?view=tfs-2018)

## Getting started
- Grab the [latest release](https://github.com/danesparza/tfsutil/releases/latest) and unzip `tfsutil` to a location in your path.
- **Create a config file** using the command `tfsutil config create`. Put the generated text in a file named `tfsutil.yml` in the same directory as the binary, or to 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).
- 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.
- **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 2c01e98

Please sign in to comment.