Skip to content

Commit ad53d50

Browse files
authored
Merge pull request MicrosoftDocs#2679 from dplotnikov/patch-5
removed sample run section
2 parents 853282e + 747b24c commit ad53d50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/office-cmdlet-updater/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage:
44
1. Clone repo at: https://github.com/microsoftdocs/office-docs-powershell
5-
2. Configure your email address in tools/.local/default.json to receive emailed logs. (OPTIONAL)
5+
2. Configure your email address in `tools/.local/default.json` to receive emailed logs. (OPTIONAL)
66
3. Confirm you have NodeJS installed.
77
Open PowerShell or GitBash and type `npm --version`.
88
If not, install from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
@@ -29,5 +29,3 @@
2929
## Notes
3030
1. Some modules could be installed from the PowerShell Gallery (PSGallery). This gallery contains user submitted code. If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. If you need to add PSGallery as a trusted source, you can do so with the following command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
3131
2. Run the tool from PowerShell x64 as an Administrator user
32-
33-
## Sample Run

0 commit comments

Comments
 (0)