Skip to content

Commit a83a92f

Browse files
committed
Update install instructions.
1 parent d970ced commit a83a92f

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

Docs/Setup/Install.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# Installing PowerTab
22

3-
Before getting started, please download the latest PowerTab version from this site. PowerTab is distributed as a standard PowerShell module in a ZIP package. The following instructions are very similar for other PowerShell modules.
4-
53
## Installing the PowerTab Module
64

5+
### Install from PowerShell Gallery
6+
7+
Inspect
8+
9+
```powershell
10+
PS> Save-Module -Name PowerTab -Path <path>
11+
```
12+
13+
Install
14+
15+
```powershell
16+
PS> Install-Module -Name PowerTab
17+
```
18+
19+
### Install manually
20+
21+
Before getting started, please download the latest PowerTab version from this site. PowerTab is distributed as a standard PowerShell module in a ZIP package. The following instructions are very similar for other PowerShell modules.
22+
723
The first step is to unblock the download package containing PowerTab. This can be done from Windows Explorer by Right-Clicking on **PowerTab-<version>.zip** and selecting **Properties**. Then click on the **Unblock** button near the bottom of the properties dialog. Finally, press **OK**.
824

925
The second step is to extract the PowerTab package using your favorite archiving utility to your PowerShell modules folder. The default location for this is `.\WindowsPowerShell\Modules` (relative to your **Documents** folder). You may instead extract PowerTab to another folder on your `$env:PSModulePath`.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ PowerTab offers enhanced tab expansion for PowerShell.
1212
- **Supports Many PowerShell Hosts** - Works in any PowerShell host that runs tab expansion. See the [Host Support](Docs/Usage/HostSupport.md) page.
1313
- **New Interfaces** - Offers several GUI options for displaying tab expansion options using [Tab Item Selectors](Docs/Usage/ItemSelectors.md).
1414

15+
## Install
16+
17+
Inspect
18+
19+
```powershell
20+
PS> Save-Module -Name PowerTab -Path <path>
21+
```
22+
23+
Install
24+
25+
```powershell
26+
PS> Install-Module -Name PowerTab
27+
```
28+
1529
## Help Index
1630

1731
- Setup

0 commit comments

Comments
 (0)