Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Feb 22, 2024
1 parent f4b4ac8 commit 765ef63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Metelkin, E., (2021). Heta compiler: a software tool for the development of larg

## Installation

[NodeJS](https://nodejs.org/en/) must be installed prior to Heta compiler installation. Currently **NodeJS v14 and newer** are supported.
[NodeJS](https://nodejs.org/en/) must be installed prior to Heta compiler installation. Currently the recommended version is **NodeJS v16 and newer**, but NodeJS v14 is also supported.

The next steps should be taken using console (shell): **cmd**, **PowerShell**, **sh**, **bash** depending on your operating system.

Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

## features

- `heta update br` installs br branch from github
- check and warning if core component was replaced
- AnyUnit for zero numbers
- atStart to exports: Matlab, DBSolve
Expand Down
2 changes: 1 addition & 1 deletion bin/heta-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { name, version } = require('../package.json');

program
.name('heta update')
.description('Update heta-compiler to the latest version, or selected version if argument is set.')
.description('Update heta-compiler to the latest version published in NPM, or selected version if argument is set.')
.usage('[version]')
.parse(process.argv);

Expand Down

0 comments on commit 765ef63

Please sign in to comment.