Skip to content

Commit

Permalink
Rename PowerShell version to brigadier.ps1
Browse files Browse the repository at this point in the history
Matches python/exe version, plus it doesn't just Get-Bootcamp.

Also updates examples.
  • Loading branch information
theaquamarine committed Jul 27, 2019
1 parent 3749683 commit fbe42d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Get-Bootcamp.ps1 → brigadier.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
Can also install drivers and software if used with the "-Install" parameter.
.EXAMPLE
Get-Bootcamp.ps1
brigadier.ps1
Download and unpack the ESD that applies to current computer's model to the current working directory.
.EXAMPLE
Get-Bootcamp.ps1 -Model 'MacBookAir5,2'
brigadier.ps1 -Model 'MacBookAir5,2'
Download and unpack the ESD for a specific model to the current working directory.
.EXAMPLE
Get-Bootcamp.ps1 -Install
brigadier.ps1 -Install
Download, unpack, and install drivers for the current computer, deleting the drivers after installation.
.NOTES
This is a PowerShell port of timsutton's original Python script https://github.com/timsutton/brigadier/
Expand Down

0 comments on commit fbe42d2

Please sign in to comment.