diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a6cf56..6629112 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-cargo - name: Install musl-tools run: sudo apt-get install musl-tools - name: Build diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a5050f5..b47fe4a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,7 +35,7 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-cargols - name: Install musl-tools run: sudo apt-get install musl-tools - name: Build diff --git a/README.md b/README.md index 2a53ad1..ab6cc23 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ Templates and migrations are allways embedded in the binary so it should run sta ### Setup +To read the help and documentation of additional options call: + +```pslink help``` + To get Pslink up and running use the commands in the following order: 1. `pslink generate-env`