From 9b580b59dc2188d42d9c0ba592ea2079833d6f04 Mon Sep 17 00:00:00 2001 From: CosmoX Date: Tue, 20 Jun 2023 18:59:21 -0700 Subject: [PATCH] docs: update readme for stale dependencies check --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b1e74e..5f73802 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,11 @@ $ git clone https://github.com/hackjutsu/Lepton.git $ cd Lepton && yarn install ``` +```bash +# inspect stale dependencies +$ yarn check-outdated +``` + ### Client ID/Secret [Register your application](https://github.com/settings/applications/new), and put your client id and client secret in `./configs/account.js`. ```js