chore: add --mockScoring flag

chore: add link to the lamassu-machine repository

chore: use proper heading levels

chore: add subsequent runs section
This commit is contained in:
Nikola Ubavic 2021-11-18 15:45:35 +01:00
parent aff8fe373b
commit faa075c976
3 changed files with 82 additions and 35 deletions

View file

@ -8,12 +8,12 @@ We do not generally accept outside pull requests for new features. Please consul
## Installation
See [INSTALL.md](INSTALL.md).
See [INSTALL.md](INSTALL.md), or [INSTALL-NIX.md](INSTALL.md) for nix environment.
## Installation on remote server (only for production)
See [lamassu-remote-install/README.md](lamassu-remote-install/README.md).
## Running
```bash
node bin/lamassu-server --mockSms
node bin/lamassu-server --mockSms --mockScoring
```