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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ This is an example of how to list things you need to use the software and how to
40
40
### Installation of Class Version
41
41
42
42
1. Download the <ahref="https://github.com/captainqwerty/Write-Log/release">latest release</a>.
43
-
2. Place the "Write-Log" folder in your project's folder or in a location the script can access under the context it will be ran.
44
-
3. Add the Using satement pointing to the Write-Log-Class.psm1 file, please note using statements must be the very first lines of your script. In this example the Write-Log folder containing the file is in the root folder with the script calling it.
43
+
2. Extract the zipped folder.
44
+
3. Place the "Write-Log" folder in your project's folder or in a location the script can access under the context it will be ran.
45
+
4. Add the Using satement pointing to the Write-Log-Class.psm1 file, please note using statements must be the very first lines of your script. In this example the Write-Log folder containing the file is in the root folder with the script calling it.
45
46
```ps1
46
47
using module ".\Write-Log\Write-Log-Class.psm1"
47
48
```
@@ -50,8 +51,9 @@ using module ".\Write-Log\Write-Log-Class.psm1"
50
51
### Installation of Module Version
51
52
52
53
1. Download the <ahref="https://github.com/captainqwerty/Write-Log/releases">latest release</a>.
53
-
2. Ensure the Write-log.psm1 remains in a folder called "Write-Log" and place the Write-Log folder in your project's folder or in a location the script can access under the context it will be ran.
54
-
3. Import the Module. In this example the Write-Log folder is in the root of the project folder.
54
+
2. Extra the zipped folder.
55
+
3. Ensure the Write-log.psm1 remains in a folder called "Write-Log" and place the Write-Log folder in your project's folder or in a location the script can access under the context it will be ran.
56
+
4. Import the Module. In this example the Write-Log folder is in the root of the project folder.
0 commit comments