Skip to content

Commit b2105f3

Browse files
committed
minor wording tweaks
1 parent 9c9f431 commit b2105f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ curl -s https://raw.githubusercontent.com/chrisdothtml/gpt-cmd/main/install.sh |
4545
wget -qO- https://raw.githubusercontent.com/chrisdothtml/gpt-cmd/main/install.sh | bash
4646
```
4747

48-
The install script will make its best attempt to expose the binary to your `$PATH`, but if that doesn't work, you'll have to manually add it your path (install location is `$HOME/.gpt_cmd/`).
48+
The install script will make its best attempt to expose the binary to your `$PATH`, but if that doesn't work, you'll have to manually add it your path (binary install location is `$HOME/.gpt_cmd/bin`).
4949

5050
### Windows
5151

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function fetch_latest_binary() {
101101
wget -q -O "$file_path" "$latest_binary_url";;
102102
esac
103103
if [ ! -e "$file_path" ]; then
104-
log_error "failed to fetch latest release tarball ($latest_binary_url)"
104+
log_error "failed to fetch latest release binary ($latest_binary_url)"
105105
exit 1
106106
fi
107107

0 commit comments

Comments
 (0)