Added Help command to README
This commit is contained in:
parent
550a4b7520
commit
341a5ad826
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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
|
||||||
|
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user