From e44cad8a90aeeb8802e21ab0dbf6ee2cbe631f2d Mon Sep 17 00:00:00 2001 From: Dan Esparza Date: Thu, 12 Jul 2018 08:16:32 -0400 Subject: [PATCH] Update README Formatted userprofile variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccce319..ebee651 100644 --- a/README.md +++ b/README.md @@ -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).)