diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98a4a78..de2c810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: shell: bash run: | mkdir release/ - cp {LICENSE,readme.md} release/ + cp {LICENSE,README.md} release/ cp target/${{ matrix.config.TARGET }}/release/x4 release/ mv release/ x4-${{ env.RELEASE_VERSION }}/ diff --git a/readme.md b/readme.md index 47849aa..4dd3c05 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ - **ssh connection**: must have ssh connections using one of the following authentication methods: - **password authentication**: using the `username` and `password`. - **keypair**: public key authentication. + - No extra deps will be required for runtime ## Installation