From 341a5ad8266a361f81efa583d138a8abd463e6b1 Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Sat, 14 Aug 2021 11:47:51 +0200 Subject: [PATCH] Added Help command to README --- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 2 +- README.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) 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`