Skip to content

Commit

Permalink
Readme readability
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Apr 29, 2022
1 parent e733f24 commit c7c20e3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,12 @@ dockerized node:

Each command has a `<COMMAND>_VERSION` environment variable which you can override.

- `python`: `PYTHON_VERSION`
- `node`: `NODE_VERSION`
- `tsc`: `TSC_VERSION`

Notes:
- Versions of some commands are determined by other commands.
For example, to configure the version of `npm`, you should override `NODE_VERSION`.
- See [.env](.env) for a list of configurable versions.
- python &rarr; `PYTHON_VERSION`
- node &rarr; `NODE_VERSION`
- tsc &rarr; `TSC_VERSION`
- npm &rarr; `NODE_VERSION` ⚠ npm's version is determined by node.
> See [.env](.env) for a list of configurable versions.
**Global**
Expand Down

0 comments on commit c7c20e3

Please sign in to comment.