Skip to content

Commit

Permalink
Added Help command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut committed Oct 4, 2021
1 parent 550a4b7 commit 7c2ce18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7c2ce18

Please sign in to comment.