diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd7b7f2a7c..3200144c35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -321,7 +321,7 @@ The Runtimes for all supported cloud functions (multicore builds) can be found a The following steps are used to generate a new console SDK: -1. Update the console spec file located at `app/config/specs/swagger2-.console.json` using Appwrite Tasks. Run the `php app/cli.php specs normal` command in a running `appwrite/appwrite` container. +1. Update the console spec file located at `app/config/specs/swagger2-.console.json` using Appwrite Tasks. Run the `php app/cli.php specs version= mode=normal` command in a running `appwrite/appwrite` container. 2. Generate a new SDK using the command `php app/cli.php sdks`. 3. Change your working dir using `cd app/sdks/console-web`. 4. Build the new SDK `npm run build`.