Skip to content

Commit

Permalink
Merge pull request #44 from rishi255/develop
Browse files Browse the repository at this point in the history
📃Update README.md
  • Loading branch information
rishi255 authored Nov 3, 2024
2 parents d4c22bd + 4f6c01e commit aed3873
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Inspired by the impressive [zsh version of this extension by Tom Doerr](https://

## How to Install

### 1. Using PowerShellGallery (recommended, cross-platform)
<details open>
<summary><h3> 1. Using PowerShellGallery (recommended, cross-platform) </h3></summary>

```powershell
# to install or update to the latest version
Expand All @@ -91,7 +92,10 @@ Get-Module -Name PoshCodex # should display the Enter-CompletionKeybind command
echo "`nImport-Module PoshCodex" >> $PROFILE
```

### 2. Using Scoop (Windows only)
</details>

<details>
<summary><h3> 2. Using Scoop (Windows only) </h3></summary>

Scoop is an easy-to-use command-line installer for Windows apps. You can get Scoop from [here](https://scoop.sh/).

Expand All @@ -108,7 +112,10 @@ scoop update PoshCodex
echo "`nImport-Module PoshCodex" >> $PROFILE
```

### 3. By building the module yourself
</details>

<details>
<summary><h3> 3. By building the module yourself </h3></summary>

```powershell
# Clone the repository
Expand All @@ -127,6 +134,8 @@ Import-Module ./Output/PoshCodex/<version_number>/PoshCodex.psd1
echo "`nImport-Module ./Output/PoshCodex/<version_number>/PoshCodex.psd1" >> $PROFILE
```

</details>

## Configuration of the Ollama Model

**Note:** The AI completion will run locally on your machine, and the below commands will download the model file.
Expand Down

0 comments on commit aed3873

Please sign in to comment.