morningman opened a new pull request, #4076: URL: https://github.com/apache/doris-website/pull/4076
## What's changed In the **Quick deployment with Docker** section of the 5-minute quick start, replace the "download the script → `chmod 755` → `bash start-doris.sh`" flow with a single curl one-liner: ```shell curl -fsSL https://doris.apache.org/files/start-doris.sh | bash ``` And, to pin a version: ```shell curl -fsSL https://doris.apache.org/files/start-doris.sh | bash -s -- -v 4.1.0 ``` Accompanying text changes: - The section drops from 3 steps to 2 (download + start are now one command), so "Verify cluster status" is renumbered from step 3/3 to 2/2. - The default-version note no longer hardcodes `4.0.1`; it now says that with no `-v`, the latest release (`doris-latest`) is downloaded. ## Scope Applied to all four copies, which stay byte-identical per language: - `docs/getting-started/quick-start.mdx` (EN, current) - `versioned_docs/version-4.x/getting-started/quick-start.mdx` (EN, 4.x) - `i18n/zh-CN/.../current/getting-started/quick-start.mdx` (zh-CN, current) - `i18n/zh-CN/.../version-4.x/getting-started/quick-start.mdx` (zh-CN, 4.x) The 2.1 and 3.x quick-start pages still use the old download-and-chmod flow and are intentionally left untouched here. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_011bxrMVy28ehEpxD3hVWhDB -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
