From aa606e4bcaf03f7dac7aa074ce2324de47ba6a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Thu, 21 Aug 2025 03:59:06 +0800 Subject: [PATCH] fix: fix broken numbering of ordered list items in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d9bcc8..905f218 100644 --- a/README.md +++ b/README.md @@ -74,15 +74,15 @@ If you prefer to install manually or encounter any issues with the installation 2. Ensure `pipx` is in your PATH: -```bash -pipx ensurepath -``` + ```bash + pipx ensurepath + ``` -1. Install `dotrun` using `pipx`: +3. Install `dotrun` using `pipx`: -```bash -pipx install dotrun -``` + ```bash + pipx install dotrun + ``` If you experience problems, please open a GitHub issue.