Skip to content

Commit

Permalink
docs: #3145 fix documentation about REPL, it does require a build ste…
Browse files Browse the repository at this point in the history
…p nowadays
  • Loading branch information
josdejong committed Jan 31, 2024
1 parent 4475dac commit 5fb909a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Thanks @dvd101x.
- Fix: #3114 build warnings related to a number of wrong `/* #__PURE__ */`
annotations.
- Docs: #3145 fix documentation about REPL, it does require a build step
nowadays.


# 2024-01-12, 12.3.0
Expand Down
7 changes: 3 additions & 4 deletions docs/command_line_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ $ mathjs --string --parenthesis=all

# Command line debugging (REPL)

For debugging purposes, `bin/repl.js` provides a REPL (Read Evaluate Print Loop)
for interactive testing of mathjs without having to build new build files after every
little change to the source files. You can either start it directly (`./bin/repl.js`) or
via node (`node bin/repl.js`).
The library also provides a REPL (Read Evaluate Print Loop) via `bin/repl.js` which
loads mathjs in a Node.js command line environment.
You can either start it directly (`./bin/repl.js`) or via node (`node bin/repl.js`).

You can exit using either [ctrl]-[C] or [ctrl]-[D].

Expand Down

0 comments on commit 5fb909a

Please sign in to comment.