Update README.md

This commit is contained in:
Zheyuan Wu
2025-11-07 15:44:36 -06:00
parent 6a7fbc6de1
commit d4f0bdc7f4

View File

@@ -28,3 +28,11 @@ Considering the memory usage for this project, it is better to deploy it as sepa
```bash
docker-compose up -d -f docker/docker-compose.yaml
```
### Snippets
Update dependencies
```bash
npx npm-check-updates -u
```