# Update Guide

## Cocos Creator GDK Update Guide

To update to a new GDK version, follow these steps:

1. **Download** the GDK package.
2. **Unzip** the package.
3. In the terminal, run:

   ```sh
   cd negdk
   node ./scripts/import.js
   ```
