You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Both of these methods are described in more detail below.
33
33
Once the repository is created, follow the instructions in the repo's ReadMe file to complete the setup.
34
34
The non-transformed instructions can also be [viewed here](/src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/ReadMe.md).
35
35
36
-
## 📂 Method 1: Use the New-PowerShellScriptModuleRepository cmdlet
36
+
###📂 Method 1: Use the New-PowerShellScriptModuleRepository cmdlet
37
37
38
38
Step 1: Install the `ScriptModuleRepositoryTemplate` module from the PowerShell Gallery:
39
39
@@ -53,11 +53,11 @@ You can then perform a `git init` in that directory and push it to where you wan
53
53
54
54
To complete the setup, follow the instructions in the repo's ReadMe file.
55
55
56
-
## 📄 Method 2: Create repository from GitHub template
56
+
###📄 Method 2: Create repository from GitHub template
57
57
58
58
If you repository will be hosted on GitHub, you can follow the steps below:
59
59
60
-
### 🗍 Step 1: Create a new repo from this template
60
+
####🗍 Step 1: Create a new repo from this template
61
61
62
62
The official docs for creating a new repository from a template can [be found here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
63
63
In short, the steps are:
@@ -68,7 +68,7 @@ In short, the steps are:
68
68
1. You should now have the new repository in your account with the name you chose.
69
69
1. Clone your new repository to your local machine to start making changes to it.
70
70
71
-
### 🤖 Step 2: Replace repo template information
71
+
####🤖 Step 2: Replace repo template information
72
72
73
73
Run the [_InitializeRepository.ps1](/_InitializeRepository.ps1) script to update the repository files with your module's information.
74
74
You will be prompted to enter some information, such as:
0 commit comments