Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Update readme for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
fraburnham committed Oct 8, 2015
1 parent 8f8b2c3 commit 9b7f4cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
Launches the appropriate worker from an uberjar

## Usage
In the resources directory:
* Create a file entry-points.edn in `src/resource`
In the resources path:
* Create a file entry-points.edn so that it's resource path is `/entry-points.edn`
The convention will be to ensure that project.clj has the line `:resource-paths ["src/resource"]`
then place the entry-points.edn file there. This will ensure that there is a constant place where
developers can look to find the entry points.

In project.clj:
* Set `:main` to `dispatcher.core`
Expand Down

0 comments on commit 9b7f4cb

Please sign in to comment.