Skip to content

Commit d1eefaa

Browse files
committed
Update read
1 parent 624cd21 commit d1eefaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Code Pulse is a code coverage tool that works on running programs in real time.
88

99
**codepulse/** Contains the web app source.
1010

11-
**distrib/** Contains files that are used to package up the entirity of Code Pulse into a native app, using [node-webkit](https://github.com/rogerwang/node-webkit) in place of a browser, and [jetty](http://www.eclipse.org/jetty/) to run the server. *Note: many of the necessary files are not included in this repository, and must be added manually. instructions for this are 'TODO'. If possible, there might eventually be a script to take care of that for you.*
11+
**distrib/** Contains files that are used to package up the entirity of Code Pulse into a native app, using [node-webkit](https://github.com/rogerwang/node-webkit) in place of a browser, and [jetty](http://www.eclipse.org/jetty/) to run the server. All third party dependencies are downloaded automatically within SBT at package time.
1212

1313
**project/** Contains the SBT build definition.
1414

0 commit comments

Comments
 (0)