Update README

This commit is contained in:
Aoran Zeng 2023-09-05 09:33:22 +08:00
parent c0382999a1
commit 84ec2c20e9
2 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,6 @@
# chsrc
全平台命令行换源工具,**目标支持 Linux, Windows, macOS, BSD 等所有操作系统龙芯、申威、飞腾、兆芯、海光等所有CPU**。
若有不支持的情况请提交issue。
全平台命令行换源工具,**目标支持 Linux, Windows, macOS, BSD 等所有操作系统龙芯、申威、飞腾、兆芯、海光等所有CPU**。 若有不支持的情况请提交issue。
我们使用 `C99` 来完成上述目标。另外我们并不使用Python或JS等解释语言因为一个简单的换源工具不应该强行塞给用户一个庞大的解释器和数十、数百MB其他文件。
@ -48,7 +46,7 @@ set <target> <mirror> # 换源,指定使用某镜像站
- [ ] `chsrc set java``chsrc set maven``chsrc set mvn``chsrc gradle`
- [x] `chsrc set r``chsrc set cran` (同时会为 `bioconductor` 换源)
- [ ] `chsrc set julia`
- [x] `chsrc set julia`
## 操作系统
- [ ] `chsrc set ubuntu`

View File

@ -2,7 +2,7 @@
* File : chsrc.h
* Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-29>
* Last modified : <2023-09-04>
* Last modified : <2023-09-05>
*
* chsrc:
*
@ -205,8 +205,6 @@ pl_r_sources[] = {
/**
* 2023-08-30
*
*
*
* TODO: 1. Julia用户协助
* 2.
*/