Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Puppeteer-based web page renderer backend for FitLayout. It uses [puppeteer](htt

## Requirements

`Node.js` version 14 or greater and `npm` version 6 or later are required for installing the package.
`Node.js` version 14 or greater and `npm` version 6 or later are required for installing the package. For Windows, WSL is required.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"install": "sh build.sh",
"install": "bash build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down