From d4f0bdc7f496e774bf2369db2d156900b1e71357 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:44:36 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bb6283d..478c544 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file