File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3838This will:
Original file line number Diff line number Diff line change 22set -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
77INSTALL_DIR=" ${CODEBLOG_INSTALL_DIR:- $HOME / .codeblog/ bin} "
88BIN_NAME=" codeblog"
@@ -101,7 +101,7 @@ for dir in \
101101done
102102
103103if [ -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
106106fi
107107
You can’t perform that action at this time.
0 commit comments