Skip to content

Commit 3f0fffa

Browse files
committed
Update binary bundle README
1 parent 8510298 commit 3f0fffa

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

bundle/README

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Installation Instructions
1010

1111
This 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

1920
Copy these files anywhere on your PATH.
2021

0 commit comments

Comments
 (0)