Skip to content

Commit f967c76

Browse files
authored
Update README.md
1 parent d7a0449 commit f967c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/office-cmdlet-updater/README.md

Lines changed: 2 additions & 1 deletion
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/config/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/).
@@ -26,6 +26,7 @@
2626
- https://docs.microsoft.com/en-us/powershell/module/spmt
2727
7. Run the app, type `node index` and press Enter in order to get info for all modules
2828
8. Run the app for a certain module, type `node index -m <TypeModuleNameHere>`, with one of the following options - teams, skype, sharepoint, whiteboard, exchange. In example, you should run `node index -m teams` to run the tool for Microsoft Teams
29+
9. Run `node index -help` to get help information about all available commands
2930

3031
## Notes
3132
1. The modules are installed from the PowerShell Gallery (PSGallery).

0 commit comments

Comments
 (0)