File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ Installation Instructions
1010
1111This bundle contains the following executables:
1212
13- - psc The PureScript compiler (generates JavaScript for use
14- in the browser)
15- - psc-make The PureScript compiler (generates CommonJS modules)
16- - psci The PureScript interactive module (requires NodeJS)
17- - psc-docs A documentation generator
13+ - psc The PureScript compiler
14+ - psci The PureScript interactive REPL (requires NodeJS)
15+ - psc-docs A Markdown documentation generator for PureScript code
16+ - psc-bundle Bundles together CommonJS modules produced by `psc` into a
17+ single JavaScript file; useful for running in the browser.
18+ - psc-publish Generates documentation packages for uploading to Pursuit
1819
1920Copy these files anywhere on your PATH.
2021
You can’t perform that action at this time.
0 commit comments