Skip to content

Commit

Permalink
Fix FAQ-link in development-instructions.md (project-chip#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasnertobias committed Jul 8, 2023
1 parent 1c63d31 commit eb5b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install
```

It is not uncommon to run into native library compilation problems at this point.
There are various `src-script/install-*` scripts for different platforms. Please refer to [FAQ](docs/faq.md) for additional details of which script to run on different platforms and then rerun `npm install`.
There are various `src-script/install-*` scripts for different platforms. Please refer to [FAQ](faq.md) for additional details of which script to run on different platforms and then rerun `npm install`.

**Start the application:**

Expand Down

0 comments on commit eb5b44f

Please sign in to comment.