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 显示帮助信息