mirror of https://github.com/sbt/sbt.git
Docs: remove spurious dollar sign in manual unix script
This commit is contained in:
parent
76e0a941ba
commit
4417e12602
|
|
@ -103,7 +103,7 @@ in your ``~/bin`` directory:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ java -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch.jar "$@"
|
java -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch.jar "$@"
|
||||||
|
|
||||||
Make the script executable:
|
Make the script executable:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue