From a1c889c380fe1e0b15b92de484f5b0d71c37b610 Mon Sep 17 00:00:00 2001 From: LeonspaceX Date: Sat, 18 Oct 2025 17:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=A8=E8=9B=8BLeonxie=E6=8A=8Amarkdown?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E8=AE=B0=E9=94=99=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e0670d..f9c20f5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A simple anonymous post api awa! -'git clone https://github.com/Sycamore-Whisper/backend.git' +`git clone https://github.com/Sycamore-Whisper/backend.git` @@ -18,7 +18,7 @@ A simple anonymous post api awa! -'python -m venv post-api' +`python -m venv post-api` @@ -26,11 +26,11 @@ A simple anonymous post api awa! -Windows:'post-api\\Scripts\\activate' +Windows:`post-api\\Scripts\\activate` -Linux/MacOS:'source post-api/bin/activate' +Linux/MacOS:`source post-api/bin/activate` @@ -38,7 +38,7 @@ Linux/MacOS:'source post-api/bin/activate' -'pip install -r requirements.txt' +`pip install -r requirements.txt` @@ -46,7 +46,7 @@ Linux/MacOS:'source post-api/bin/activate' -'python api\_server.py' +`python api\_server.py`