docs: update install one-liner to use deepsql.ai URL - #119
Merged
venkateshsakamuri-lab merged 1 commit intoSep 22, 2026
Merged
Conversation
- Change README Quick start one-liner from raw.githubusercontent.com to https://deepsql.ai/install.sh - Add note clarifying that scripts/self-host/remote-install.sh is the source of truth, with deepsql.ai serving a copy for the homepage CTA - Update remote-install.sh header comments and --help examples to prefer the deepsql.ai URL as the primary install command - Keep raw GitHub URL documented as a fallback option Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
venkateshsakamuri-lab
marked this pull request as ready for review
September 22, 2026 09:12
venkateshsakamuri-lab
deleted the
cursor/update-install-url-to-deepsql-ai-b9b3
branch
September 22, 2026 09:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the public installation documentation to use
https://deepsql.ai/install.shas the primary one-liner URL instead of the raw GitHub URL.Changes
README.md
curl -fsSL https://raw.githubusercontent.com/DeepSQLAI/deepsql/main/scripts/self-host/remote-install.sh | bashcurl -fsSL https://deepsql.ai/install.sh | bashscripts/self-host/remote-install.shis the source of truth, withdeepsql.ai/install.shserving a copy for the homepage CTAscripts/self-host/remote-install.sh
https://deepsql.ai/install.shas the primary install URL--helpexamples to prefer the deepsql.ai URLWhy
The
deepsql.aiURL is shorter, more memorable, and better for homepage branding. The raw GitHub URL remains documented as a fallback for users who may have connectivity issues reaching deepsql.ai.Testing
Documentation-only change. Verified both files have correct syntax and the URLs are properly formatted.