diff --git a/docs/GettingStarted/QuickStart.md b/docs/GettingStarted/QuickStart.md index 8132196b641..e27e91917f5 100644 --- a/docs/GettingStarted/QuickStart.md +++ b/docs/GettingStarted/QuickStart.md @@ -8,7 +8,14 @@ sidebar_position: 1 The key steps to deploy and utilize Apache DevLake. ## Step 1. Install DevLake -Install DevLake using either Docker Compose or Helm. If you want to upgrade DevLake to a newer version, please refer to the upgrade manuals. +Install DevLake using either Docker Compose, Helm, or the gh-devlake CLI. If you want to upgrade DevLake to a newer version, please refer to the upgrade manuals. + +**Prefer the terminal?** You can use [gh-devlake](https://github.com/DevExpGBB/gh-devlake), a GitHub CLI extension that deploys, configures, and monitors DevLake entirely from the command line: + +```bash +gh extension install DevExpGBB/gh-devlake +gh devlake init +``` ## Step 2. Configure DevLake Configure DevLake via the Config UI. Follow the tutorial for configuration instructions. If you specifically want to configure DORA metrics, please refer to the DORA manuals for detailed instructions.