# RAY **Repository Path**: rexinshiminxiaoli/Ray ## Basic Information - **Project Name**: RAY - **Description**: 一个能在新windows系统快速安装软件环境的命令行程序。 - **Primary Language**: Rust - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: 版本1 ## README # RAY 是什么? > ‘RAY’ 三个字母 没有任何意义,只是因为我想让它叫“RAY”。 > RAY 是一个命令行的 app,全部使用***rust***开发。 > > RAY 用于解决 新安装windows系统安装软件环境的麻烦。 > > RAY 虽然也不是那么的方便,但是在**下载安装**方面 确实是省下了很多时间。`` # RAY 如何使用? > 首先,你需要有 rust 的环境,安装方法不赘述。 > > 然后 `cargo run`即可。 # 二进制版本? > 1. 二进制版本直接下载解压 > 2. 两种运行方式 > 1. 打开cmd ,`RAY_xxx.exe` > 2. 双击 `run.bat` # 配置? > 使用此app仅需要配置一个 json文件 > 配置文件在**conf**文件夹中的**conf.json**中 `conf.json :` > `{` > > ​ //把你需要下载的 app 的 下载地址 以列表形式放到urls下,即可一个个下载 > > `"urls":[` > > ​ `"https://mirrors.tuna.tsinghua.edu.cn/putty/0.76/w64/putty.exe",` > > ​ `"https://mirrors.tuna.tsinghua.edu.cn/putty/0.76/w64/putty-64bit-0.76-installer.msi",` > > ​ `"https://www.7-zip.org/a/7za920.zip"` > > `],` > > ​ //save_base_path 此项配置是用于设置下载文件存放目录的 > > `"save_base_path":"D://download_rust",` > > ​ //install_path 此项配置是解压 压缩文件的位置 > > `"install_path":"D://soft"` > > `}`