@@ -5,7 +5,6 @@ English | [中文](SDK_Integration_zh.md)
55- [ Environment and Installation] ( #environment-and-installation )
66 - [ Environment Requirements] ( #environment-requirements )
77 - [ Installation] ( #installation )
8- - [ Quick Start] ( #quick-start )
98- [ Credentials] ( #credentials )
109 - [ AK/SK (Access Key)] ( #aksk-access-key )
1110 - [ STS Token (Security Token Service)] ( #sts-token-security-token-service )
@@ -29,7 +28,6 @@ English | [中文](SDK_Integration_zh.md)
2928 - [ Backoff Strategy] ( #backoff-strategy )
3029 - [ Custom Retry Strategy] ( #custom-retry-strategy )
3130- [ Exception Handling] ( #exception-handling )
32- - [ Output Raw Response] ( #output-raw-response )
3331 - [ Resource Cleanup] ( #resource-cleanup )
3432- [ Debug Mechanism] ( #debug-mechanism )
3533- [ Environment Variables Description] ( #environment-variables-description )
@@ -44,6 +42,8 @@ English | [中文](SDK_Integration_zh.md)
4442
4543It is recommended to use ` pnpm ` for installation, but ` npm ` and ` yarn ` are also supported.
4644
45+ 1 . Installation Core Packages
46+
4747``` bash
4848# pnpm
4949pnpm add @volcengine/sdk-core
@@ -55,6 +55,21 @@ npm install @volcengine/sdk-core
5555yarn add @volcengine/sdk-core
5656```
5757
58+ 2 . Installation Service Packages
59+
60+ Take installing ECS service SDK package as an example:
61+
62+ ``` bash
63+ # pnpm
64+ pnpm add @volcengine/ecs
65+
66+ # npm
67+ npm install @volcengine/ecs
68+
69+ # yarn
70+ yarn add @volcengine/ecs
71+ ```
72+
5873## Credentials
5974
6075The SDK supports multiple ways to configure credentials, with the following priority from high to low:
0 commit comments