From 34207a2b4c3ec6f2f71aa534fd51df16487368ca Mon Sep 17 00:00:00 2001 From: radishzzz Date: Mon, 19 May 2025 03:58:17 +0100 Subject: [PATCH] docs: update readme --- README.md | 1 + README.zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index cdc9ac8..a4f8203 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Retypeset is a static blog theme based on the [Astro](https://astro.build/) fram 1. [Fork](https://github.com/radishzzz/astro-theme-retypeset/fork) this repository, or use this template to create a new repository. 2. Run the following commands in your terminal: + ```bash # Clone the repository git clone diff --git a/README.zh.md b/README.zh.md index 490b94c..bf81dd4 100644 --- a/README.zh.md +++ b/README.zh.md @@ -52,6 +52,7 @@ Retypeset 是一款基于 [Astro](https://astro.build/) 框架的静态博客主 1. [Fork](https://github.com/radishzzz/astro-theme-retypeset/fork) 此仓库,或使用此模版创建新仓库。 2. 在终端执行以下指令: + ```bash # 克隆仓库 git clone <仓库地址>