docs(README): list pdm run
All checks were successful
build / build (push) Successful in 2m28s

This commit is contained in:
张泊明518370910136 2025-02-24 20:53:09 -05:00
parent acbcda9565
commit 2bf1a225b6
GPG Key ID: D47306D7062CDA9D

View File

@ -15,3 +15,4 @@
3. Change dir to the repo, `cd JOJ3-config-generator` 3. Change dir to the repo, `cd JOJ3-config-generator`
4. Install deps by `pdm install && pdm run pre-commit install` 4. Install deps by `pdm install && pdm run pre-commit install`
5. Run the cli app by `pdm run app --help` 5. Run the cli app by `pdm run app --help`
6. Check other commands or scripts with `pdm run --list`