Skip to content

Commit

Permalink
Fix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb26 committed Apr 28, 2023
1 parent 447da84 commit f12dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ make

```bash
mkdir -p $HOME/bin
BASHGPT=$(curl -s https://api.github.com/repos/mikeb26/bashgpt/releases/latest | grep browser_download_url | cut -f2,3 -d: | tr -d \")
BASHGPT=$(curl -s https://api.github.com/repos/mikeb26/bashgpt/releases/latest | grep browser_download_url | cut -f4 -d\")
wget $BASHGPT
chmod 755 bashgpt
mv bashgpt $HOME/bin
Expand Down

0 comments on commit f12dc7a

Please sign in to comment.