Skip to content

Commit 8a3a01a

Browse files
committed
docs: Update ReadMe instructions
1 parent 5d5f2e7 commit 8a3a01a

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

ReadMe.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,7 @@ You will be prompted to enter the following information:
4545
- Your module's name (no spaces)
4646
- Your name or organization name (may contain spaces)
4747

48-
<details>
49-
<summary>Click to see the high-level operations the script performs</summary>
50-
51-
The script performs the following actions:
52-
53-
- Replaces `Template.PowerShell.ScriptModule` with your module's name.
54-
- Replaces `Daniel Schroeder` with your name or organization name.
55-
- Updates the PowerShell module manifest's `GUID` property with a new unique GUID.
56-
57-
</details>
58-
59-
For information that can not be updated automatically, perform the following actions after running the above script:
60-
61-
1. Search for `UPDATE ME` in the repository and update the file accordingly.
48+
Once the script completes, most of the repo files will be replaced and there will be some additional steps to follow in the [new ReadMe file](/src/Template.PowerShell.ScriptModule/TemplateRepoFiles/ReadMe.md).
6249

6350
## 📋 Create your own template (optional)
6451

@@ -88,4 +75,4 @@ Things to still do:
8875
- In the ReadMe setup instructions or above, have a sentence or two explaining the layout of the ReadMe, or maybe a table of contents
8976
- Add some badges as well to the ReadMe.
9077
- Look at improving GitHub issue and PR templates: https://raw.githubusercontent.com/PowerShell/vscode-powershell/main/.github/ISSUE_TEMPLATE/bug-report.yml
91-
- Update the module to be able to create new repos without using GitHub template. Have a New-PowerShellScriptModuleRepository cmdlet
78+
- Update the module to be able to create new repos without using GitHub template. Have a New-PowerShellScriptModuleRepository cmdlet

0 commit comments

Comments
 (0)