Skip to content

Commit

Permalink
hotfix/Update README.md
Browse files Browse the repository at this point in the history
Hotfix. Needed to update url installation instruction.
  • Loading branch information
AndersSteenNilsen authored Oct 2, 2023
1 parent 900be9d commit 8a72b2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

[![PyPI - Version](https://img.shields.io/pypi/v/zshgpt.svg)](https://pypi.org/project/zshgpt)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zshgpt.svg)](https://pypi.org/project/zshgpt)
[![zshgpt](https://snapcraft.io/zshgpt/badge.svg)](https://snapcraft.io/zshgpt)

# zshgpt

-----
Expand Down Expand Up @@ -67,7 +69,7 @@ exec zsh # Reload zsh
### Manually with oh-my-zsh
```zsh
mkdir $ZSH_CUSTOM/plugins/zshgpt
curl https://raw.githubusercontent.com/AndersSteenNilsen/zshgpt/main/zsh_plugin/zsh_plugin.zsh -o $ZSH_CUSTOM/plugins/zshgpt/zshgpt.plugin.zsh
curl https://raw.githubusercontent.com/AndersSteenNilsen/zshgpt/main/zsh_plugin.zsh -o $ZSH_CUSTOM/plugins/zshgpt/zshgpt.plugin.zsh
```
Then add zshgpt in your list of plugins in `~/.zshrc`

Expand Down

0 comments on commit 8a72b2a

Please sign in to comment.