Skip to content

Commit

Permalink
Update README.md (#583)
Browse files Browse the repository at this point in the history
* Update README.md

Added the installation info for Windows and corrected a small error

* Update README.md

---------

Co-authored-by: Ingo Fischer <[email protected]>
  • Loading branch information
Luligu and Apollon77 authored Dec 18, 2023
1 parent 5144f0d commit 34fb920
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ npm install

This will install all dependencies and create symlinks between the packages, so that it can be used locally. It also builds all packages.

On Windows in order to succesfully build all the packages (tested on Windows 11 Pro) make sure that to have installed node, the windows-build-tools and node-gyp version 10.

### Matter.js

Matter.js is the core implementation of the Matter protocol in typescript. It is a JavaScript only implementation and has no native dependencies. It is build and published as CommonJS and ES6 variants in one package.
Expand All @@ -98,7 +100,7 @@ The following commands are available:
- `npm run lint`: runs eslint on all packages and outputs the results and errors
- `npm run lint-fix`: runs eslint on all packages and tries to fix the errors
- `npm run format`: runs typescript-formatter on all packages and formats the code. Files will be changed in place.
- `npm run format-check`: runs typescript-formatter on all packages and checks if the code is formatted correctly. If not it will output the files that need to be formatted.
- `npm run format-verify`: runs typescript-formatter on all packages and checks if the code is formatted correctly. If not it will output the files that need to be formatted.

## Building

Expand Down

0 comments on commit 34fb920

Please sign in to comment.