Skip to content

Commit

Permalink
Docs: Getting-Started/Setup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Oct 6, 2012
1 parent 5f907d5 commit 62ce049
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/sphinx/Getting-Started/Setup.rst
Expand Up @@ -61,16 +61,10 @@ typesafe debian repository to your list of approved sources. Then run:

.. code-block:: console
apt-get update
apt-get install sbt
$ apt-get update
$ apt-get install sbt
to grab the latest typesafe stack release of sbt.
If sbt cannot be found, dont forget to update your list of repositories.
To do so, run:

.. code-block:: console
$ apt-get update

.. note::

Expand Down Expand Up @@ -130,13 +124,13 @@ Create a batch file ``sbt.bat``:
$ set SCRIPT_DIR=%~dp0
$ java -Xmx512M -jar "%SCRIPT_DIR%sbt-launch.jar" %*
and put sbt-launch.jar_ in the same directory as the batch file. Put ``sbt.bat`` on your path so
and put `sbt-launch.jar`_ in the same directory as the batch file. Put ``sbt.bat`` on your path so
that you can launch ``sbt`` in any directory by typing ``sbt`` at the command prompt.

Unix
~~~~

Download sbt-launch.jar_ and place it in ``~/bin``.
Download `sbt-launch.jar`_ and place it in ``~/bin``.

Create a script to run the jar, by placing this in a file called ``sbt``
in your ``~/bin`` directory:
Expand Down

0 comments on commit 62ce049

Please sign in to comment.