Skip to content

Commit bbad829

Browse files
authored
fix(doc): correct instructions for dev mode
1 parent 06bf223 commit bbad829

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
@@ -149,7 +149,7 @@ From SBT shell, simply type "reStart". This uses a default configuration file.
149149
path to an alternative config file. You can also specify JVM parameters after "---". Including all the
150150
options looks like this:
151151

152-
job-server/reStart /path/to/my.conf --- -Xmx8g
152+
job-server-extras/reStart /path/to/my.conf --- -Xmx8g
153153

154154
Note that reStart (SBT Revolver) forks the job server in a separate process. If you make a code change, simply
155155
type reStart again at the SBT shell prompt, it will compile your changes and restart the jobserver. It enables

0 commit comments

Comments
 (0)