Skip to content

Commit

Permalink
Improve README prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Oct 8, 2024
1 parent 3df0ca1 commit bb58085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Node.js and Homebrew

We aim to use the current active [LTS version of Node.js](https://nodejs.dev/en/about/releases/), which is V20 at the time of writing. There is a `.node-version` file to simplify setup using [nodenv](https://github.com/nodenv/nodenv) (install Node versions via `nodenv install`) or [asdf](https://github.com/asdf-vm/asdf-nodejs) (check and install Node versions via `asdf current`).
We aim to use the current active [LTS version of Node.js](https://nodejs.dev/en/about/releases/), which is V20 at the time of writing. There is a `.node-version` file to simplify setup using [nodenv](https://github.com/nodenv/nodenv) (install Node version by running `nodenv install`) or [asdf](https://github.com/asdf-vm/asdf-nodejs) (check and install used Node version by running `asdf current`).

Additionally we use [Git Hooks](#git-hooks) that can be installed via [Homebrew](https://brew.sh/) (check if brew is available on your machine `brew -v`).
Additionally we use [Git Hooks](#git-hooks) that can be installed with [Homebrew](https://brew.sh/), please check if brew is available on your machine with `brew -v` command.

### Dependencies

Expand Down

0 comments on commit bb58085

Please sign in to comment.