From ab21970cec3bf03673638dc4697c8fccf4c6d37a Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 7 Sep 2024 00:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20chore:=20update=20dependency=20i?= =?UTF-8?q?n=20release=20workflow=20and=20clarify=20config=20path=20in=20R?= =?UTF-8?q?EADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22aa2f3..afeebfb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Install openssl (linux) if: matrix.os == 'ubuntu-latest' - run: sudo apt-get install libssl-dev + run: sudo apt-get install librust-openssl-dev - name: Build run: cargo build --verbose --release --target ${{ matrix.target }} diff --git a/README.md b/README.md index 8bbb2a9..d4ad2c1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ AutoCommit 支持以下命令行参数: Usage: autocommit [OPTIONS] Options: - -c, --config 配置文件路径(可选), 缺省时会从当前目录和autodiff程序所在的目录中寻找"config.json" + -c, --config 配置文件路径(可选), 缺省时会从当前目录和autocommit程序所在的目录中寻找"config.json" -p, --prompt 选择预设提示词(可选), 缺省时为"default" -f, --file 从文件导入 diff(可选), 缺省时使用当前目录的`git diff --cached`结果 -h, --help 显示帮助信息