Skip to content

Commit

Permalink
docs: update readme for stale dependencies check
Browse files Browse the repository at this point in the history
  • Loading branch information
hackjutsu committed Jun 21, 2023
1 parent 5c29f03 commit 9b580b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b580b5

Please sign in to comment.