add 更新readme

This commit is contained in:
freefire 2025-01-13 21:33:04 +08:00
parent 1dd7fa59e6
commit 86290ea648
2 changed files with 6 additions and 30 deletions

View File

@ -10,7 +10,7 @@
</p> </p>
<div align="center"> <div align="center">
<a href="./README.md">English</a> <a href="https://gitea.iioio.com:3000/BiomedEngX/CircosHeatmap-aardio/src/branch/master/README_EN.md">English</a>
</div> </div>
--- ---
@ -33,7 +33,7 @@ CircosHeatmap-aardio 是一个基于 R 语言的环形热图Circos Heatmap
## 🚀 使用教程 ## 🚀 使用教程
### 1. 下载并解压 ### 1. 下载并解压
从 [Releases](./releases) 下载并解压 CircosHeatmap-aardio。 从 [Releases](https://gitea.iioio.com:3000/BiomedEngX/CircosHeatmap-aardio/releases) 下载并解压 CircosHeatmap-aardio。
### 2. 运行程序 ### 2. 运行程序
运行 `CircosHeatmap-aardio.exe`,首次运行时会自动安装 R 环境。 运行 `CircosHeatmap-aardio.exe`,首次运行时会自动安装 R 环境。
@ -75,16 +75,4 @@ CircosHeatmap-aardio 是一个基于 R 语言的环形热图Circos Heatmap
## ✨ 贡献 ## ✨ 贡献
欢迎贡献、建议、错误报告和修复!如果您有任何想法或问题,请随时提交 [Issue](./issues/new) 或 [Pull Request](#pull-request-说明)。 欢迎贡献、建议、错误报告和修复!如果您有任何想法或问题,请随时提交 [Issue](https://gitea.iioio.com:3000/BiomedEngX/CircosHeatmap-aardio/issues/new) 或 Pull Request。
---
## ❓ Pull Request 说明
**Pull RequestPR** 是一种向项目贡献代码的方式。具体步骤如下:
1. **Fork 项目**:点击项目页面的 `Fork` 按钮,将项目复制到您的账号下。
2. **创建分支**:在您的 Fork 仓库中创建一个新分支,用于开发新功能或修复问题。
3. **提交更改**:在新分支上完成代码修改后,提交更改。
4. **发起 Pull Request**:在您的 Fork 仓库页面,点击 `New Pull Request`,选择您的分支并提交 PR。
5. **等待审核**:项目维护者会审核您的代码,确认无误后合并到主分支。

View File

@ -10,7 +10,7 @@
</p> </p>
<div align="center"> <div align="center">
<a href="./README_CN.md">中文</a> <a href="https://gitea.iioio.com:3000/BiomedEngX/CircosHeatmap-aardio">中文</a>
</div> </div>
--- ---
@ -33,7 +33,7 @@ CircosHeatmap-aardio is a circular heatmap (Circos Heatmap) visualization tool b
## 🚀 Quick Start ## 🚀 Quick Start
### 1. Download and Extract ### 1. Download and Extract
Download and extract CircosHeatmap-aardio from [Releases](./releases). Download and extract CircosHeatmap-aardio from [Releases](https://gitea.iioio.com:3000/BiomedEngX/CircosHeatmap-aardio/releases).
### 2. Run the Program ### 2. Run the Program
Run `CircosHeatmap-aardio.exe`. The R environment will be automatically installed on the first run. Run `CircosHeatmap-aardio.exe`. The R environment will be automatically installed on the first run.
@ -75,16 +75,4 @@ Click **"Generate PDF"** to select the save location.
## ✨ Contributions ## ✨ Contributions
Contributions, suggestions, bug reports, and fixes are welcome! If you have any ideas or questions, please submit an [Issue](./issues/new) or [Pull Request](#pull-request-guide). Contributions, suggestions, bug reports, and fixes are welcome! If you have any ideas or questions, please submit an [Issue](https://gitea.iioio.com:3000/BiomedEngX/CircosHeatmap-aardio/issues/new) or Pull Request.
---
## ❓ Pull Request Guide
**Pull Request (PR)** is a way to contribute code to the project. Follow these steps:
1. **Fork the Project**: Click the `Fork` button on the project page to create a copy under your account.
2. **Create a Branch**: Create a new branch in your forked repository for developing new features or fixing issues.
3. **Commit Changes**: Make your changes in the new branch and commit them.
4. **Submit a Pull Request**: On your forked repository page, click `New Pull Request`, select your branch, and submit the PR.
5. **Wait for Review**: The project maintainer will review your code and merge it into the main branch if everything is OK.