Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrovmaksim committed May 30, 2022
1 parent 80a8d6c commit bb9f7b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
### Configuration ⚙️
Matchstick can be configured to use a custom tests and libs folder via `matchstick.yaml` config file:

- To change the default tests location (./tests), add `testsFolder: ./custom/path`
- To change the default tests location (./tests), add `testsFolder: path/to/tests_folder`

- To change the default libs location (./node_modules), add `libsFolder: ./custom/path`
- To change the default libs location (./node_modules), add `libsFolder: path/to/node_modules`

- To change the default manifest location (./subgraph.yaml), add `manifestPath: path/to/subgraph.yaml`

### Docker 🐳
The quickest way to use **Matchstick** "out of the box" is to build and run an ubuntu-based Docker container with a **Matchstick** image. Steps:
Expand Down

0 comments on commit bb9f7b3

Please sign in to comment.