diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,8 +39,8 @@ If `configure` is not available, see the section "Configuring" above. ``` $ ./configure # see --help for optional arguments - $ make # build $ npm install # install js dependencies + $ make # build $ make check # run test cases ``` |