Skip to content

Commit 0d00f3e

Browse files
Update README.md
1 parent c4a5d2e commit 0d00f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Get-ChildFileSystemItem -AttributeFilter 'Hidden','System'
5151
2. Run `Import-Module "<your path here>\DiskCleanupPS.psd1"`
5252

5353
### Permanent install (always loaded)
54-
1. Create a new folder in one of your `$envPSModulePath` directories (e.g. %USERPROFILE%\Documents\WindowsPowerShell\Modules or %PROGRAMFILES%\WindowsPowerShell\Modules) named DiskCleanupPS.
54+
1. Create a new folder in one of your `$env:PSModulePath` directories (e.g. %USERPROFILE%\Documents\WindowsPowerShell\Modules or %PROGRAMFILES%\WindowsPowerShell\Modules) named DiskCleanupPS.
5555
2. Clone and build the solution.
5656
3. Copy the output files to the new module folder.
5757
4. Open a new PowerShell console or ISE host and run `Get-Command -Module DiskCleanupPS`, you should see the cmdlets listed above.

0 commit comments

Comments
 (0)