Update README.md

This commit is contained in:
2020-06-08 23:10:45 +02:00
committed by GitHub
parent 502530bf7c
commit b79a5f7590

View File

@@ -55,9 +55,8 @@ module.exports = {
} }
``` ```
Debug can be set to true for some more feedback about whats happening during execution.
### Optional ### Optional
Debug set to `true` for debug logs.
Can also set `pdfFilename` to overwrite filename prefix (default: `telenor-downtime`). Can also set `pdfFilename` to overwrite filename prefix (default: `telenor-downtime`).
# Usage # Usage
@@ -129,7 +128,7 @@ Ubuntu/raspberry pi users can add node to apt following these instructions: http
## Yarn ## Yarn
To get yarn check their site for always up-to-date info here https://classic.yarnpkg.com/en/docs/install/#mac-stable. To get yarn check their site for always up-to-date info here https://classic.yarnpkg.com/en/docs/install/#mac-stable.
One of the easiest ways to install Yarn on macOS and generic Unix environments is via our shell script. You can install Yarn by running the following code in your terminal: One of the easiest ways to install Yarn on macOS and generic Unix environments is via their shell script. You can install Yarn by running the following code in your terminal:
```bash ```bash
curl -o- -L https://yarnpkg.com/install.sh | bash curl -o- -L https://yarnpkg.com/install.sh | bash