From 18e2a1b5be3c47b0318dbe182ab32eb8d3faa3e6 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 15 Jan 2025 22:22:12 -0500 Subject: [PATCH] docs: fix typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 032a322..7590674 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ ### For developers -1. Clone this repo by `ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git` +1. Clone this repo by `git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git` 2. Install [Python>=3.9](https://www.python.org/) and [PDM](https://pdm-project.org/) -3. Install deps by `pdm install && pdm run pre-commit install`. -4. Run the cli app by `pdm run app --help` +3. Change dir to the repo, `cd JOJ3-config-generator` +4. Install deps by `pdm install && pdm run pre-commit install` +5. Run the cli app by `pdm run app --help`