mirror of https://github.com/sbt/sbt.git
fix documentation bug: the main class should be "sbt.ScriptMain" in the paragraph about the scalas
This commit is contained in:
parent
53599cc24e
commit
1aa6215191
|
|
@ -39,7 +39,7 @@ Duplicate your standard ``sbt`` script, which was set up according to
|
|||
:doc:`Setup </Getting-Started/Setup>`, as ``scalas`` and ``screpl`` (or
|
||||
whatever names you like).
|
||||
|
||||
``scalas`` is the script runner and should use ``sbt.ConsoleMain`` as
|
||||
``scalas`` is the script runner and should use ``sbt.ScriptMain`` as
|
||||
the main class, by adding the ``-Dsbt.main.class=sbt.ScriptMain``
|
||||
parameter to the ``java`` command. Its command line should look like:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue