Skip to content

Commit e8ca7c0

Browse files
committed
Fix typos
1 parent 4c68da2 commit e8ca7c0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

powershell-gallery/docs-conceptual/how-to/getting-support/bootstrapping-nuget.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After installing the updates on the internet-connected machine, manually copy th
4949
isolated node through a trusted offline process.
5050

5151
1. Copy the PowerShellGet and PackageManagement modules to the offline machine. Use the following
52-
command to location the modules on the source machine:
52+
command to locate the modules on the source machine:
5353

5454
```powershell
5555
Get-Module PowerShellGet, PackageManagement -ListAvailable |
@@ -68,12 +68,15 @@ isolated node through a trusted offline process.
6868

6969
Copy the entire module folders to the same location on the isolated machine. For example, if the
7070
modules are located in `PowerShellGet\2.2.5` and `PackageManagement\1.4.8.1` folders to the
71-
`$env:PROGRAMFILES\WindowsPowerShell\Modules` folder on the target machine.
71+
same folder names under `$env:PROGRAMFILES\WindowsPowerShell\Modules` on the target machine.
72+
73+
> [!NOTE]
74+
> You need administrative privileges to copy files to `$env:PROGRAMFILES`.
7275
7376
1. Copy `nuget.exe` to the isolated machine. PowerShellGet installs `nuget.exe` in the following
7477
location: `$env:LOCALAPPDATA\Microsoft\Windows\PowerShell\PowerShellGet\nuget.exe`
7578

76-
If that file isn't present at that location it's either installed somewhere else or PowerShellGet
79+
If the file isn't present at that location it's either installed somewhere else or PowerShellGet
7780
found the .NET CLI (`dotnet.exe`). You can download the latest version of `nuget.exe` from
7881
[https://aka.ms/psget-nugetexe][01].
7982

0 commit comments

Comments
 (0)