Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpninja committed Jun 17, 2023
1 parent 16ec4d7 commit bc8d1d0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,25 @@

### Windows

* Windows PowerShell 4.5
* Powershell Core 6.*, 7.*

#### Repositories

| Alias | Repo | Use `sudo` | Notes |
| :---: | ---- | :--------: | ----- |
| wg | winget | no | Defaults to `winget` store.<br/>Add `-Store` parameter to change. |
| scp | scoop | no | Defaults to `main` bucket.<br/>Add `-Store` parameter to change. |
| ch | choco | yes | Always adds `-y` parameter |

### Linux

* Powershell Core 6.*, 7.*

#### Repositories

| Alias | Repo | Use `sudo` | Notes |
| :---: | ---- | :--------: | ----- |
| ap | apt | yes | Adds `-y` parameter as appropriate. |
| br | brew | no | |
| sn | snap | yes | |

0 comments on commit bc8d1d0

Please sign in to comment.