Skip to content

Commit 366ecf4

Browse files
authored
Update README.md
1 parent 260b743 commit 366ecf4

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,11 @@ The output code will contain references to preloaded modules using `require` cal
2222

2323
## Configuration
2424

25-
The application takes three arguments on the command line:
25+
The application takes the following arguments on the command line:
2626

27-
- externs path
28-
- externs config file
2927
- port number
30-
31-
### Externs Path
32-
33-
This directory should contain externs files for all modules which should be precompiled on startup. The name of each file in the directory should be `Module.Name.json`.
34-
35-
### Externs Config File
36-
37-
An example file is provided in `conf/core.conf`. A config file consists of a list of module names, one per line, topologically sorted by module dependencies and including all trasitive dependencies. The easist way to create this file is to copy the output of `psc` after a fresh compile.
28+
- a list of input source files
3829

3930
### Example
4031

41-
dist/build/trypurescript/trypurescript externs/ conf/core.conf 8081
32+
dist/build/trypurescript/trypurescript 8081 'bower_components/purescript-*/src/**/*.purs'

0 commit comments

Comments
 (0)