Skip to content

Commit

Permalink
#26
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 11, 2024
1 parent 1fe6aa9 commit cce5edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ yarn install # Or use an other package manager, just be sure to delete the yarn.

# Building the theme

You need to have Maven installed to build the theme (The `mvn` command must be in the PATH).
You need to have [Maven](https://maven.apache.org/) installed to build the theme (Maven >= 3.1.1, Java >= 7).
The `mvn` command must be in the $PATH.

- On macOS: `brew install maven`
- On Debian/Ubuntu: `sudo apt-get install maven`
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"prettier": "3.3.1",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}

0 comments on commit cce5edd

Please sign in to comment.