Added Help command to README

This commit is contained in:
Franz Dietrich 2021-08-14 11:47:51 +02:00
parent 550a4b7520
commit 341a5ad826
3 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
~/.cargo/registry/cache/ ~/.cargo/registry/cache/
~/.cargo/git/db/ ~/.cargo/git/db/
target/ target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo
- name: Install musl-tools - name: Install musl-tools
run: sudo apt-get install musl-tools run: sudo apt-get install musl-tools
- name: Build - name: Build

View File

@ -35,7 +35,7 @@ jobs:
~/.cargo/registry/cache/ ~/.cargo/registry/cache/
~/.cargo/git/db/ ~/.cargo/git/db/
target/ target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargols
- name: Install musl-tools - name: Install musl-tools
run: sudo apt-get install musl-tools run: sudo apt-get install musl-tools
- name: Build - name: Build

View File

@ -99,6 +99,10 @@ Templates and migrations are allways embedded in the binary so it should run sta
### Setup ### 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: To get Pslink up and running use the commands in the following order:
1. `pslink generate-env` 1. `pslink generate-env`