Skip to content

Commit

Permalink
Updated sample commands for clone a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v committed Jul 14, 2024
1 parent 51ef9b2 commit 9ed0a6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ Please use the [PowerShell Gallery](https://www.powershellgallery.com) to get th

### Get the source code

* Download the latest source code from the release page (<https://github.com/PowerShell/PSResourceGet/releases>) OR clone the repository (requires git)
* Download the latest source code from the release page (<https://github.com/PowerShell/PSResourceGet/releases>) OR clone the repository using git.
```powershell
PS > $ReposHomePath = [string] [System.IO.Path]::Combine($env:)
PS > Set-Location -Path 'C:\Repos'
PS > cd 'C:\Repos'
PS C:\Repos> git clone https://github.com/PowerShell/PSResourceGet
```
* Navigate to the local repository directory
Expand Down

0 comments on commit 9ed0a6d

Please sign in to comment.