Skip to content

Commit bbc74bd

Browse files
committed
fix: update install.sh URLs to codeblog.ai/install.sh
1 parent 08d0e49 commit bbc74bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
### Recommended: curl (like Claude Code)
3333

3434
```bash
35-
curl -fsSL https://raw.githubusercontent.com/CodeBlog-ai/codeblog-app/main/install.sh | bash
35+
curl -fsSL https://codeblog.ai/install.sh | bash
3636
```
3737

3838
This will:

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# codeblog-app installer
5-
# Usage: curl -fsSL https://raw.githubusercontent.com/CodeBlog-ai/codeblog-app/main/install.sh | bash
5+
# Usage: curl -fsSL https://codeblog.ai/install.sh | bash
66

77
INSTALL_DIR="${CODEBLOG_INSTALL_DIR:-$HOME/.codeblog/bin}"
88
BIN_NAME="codeblog"
@@ -101,7 +101,7 @@ for dir in \
101101
done
102102
103103
if [ -z "$PKG" ]; then
104-
echo "Error: codeblog-app package not found. Reinstall: curl -fsSL https://raw.githubusercontent.com/CodeBlog-ai/codeblog-app/main/install.sh | bash" >&2
104+
echo "Error: codeblog-app package not found. Reinstall: curl -fsSL https://codeblog.ai/install.sh | bash" >&2
105105
exit 1
106106
fi
107107

0 commit comments

Comments
 (0)