Skip to content
This repository was archived by the owner on Sep 21, 2019. It is now read-only.

Commit dd85650

Browse files
committed
Updated README with installation snippet
1 parent 7002ed6 commit dd85650

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ Scala Debugger
66

77
A simple debugger library for Scala.
88

9-
Potential Gotchas
10-
-----------------
9+
Installing with SBT
10+
-------------------
11+
12+
Hosted on Maven Central and can be installed via the following:
13+
14+
libraryDependencies += "org.senkbeil" %% "scala-debugger-api" % "1.0.0"
15+
16+
Potential Development Gotchas
17+
-----------------------------
1118

1219
- When moving from Mac OS X's IntelliJ to the IntelliJ of Linux Mint, the
1320
tools.jar of OpenJDK/Oracle JDK was not picked up. I needed to manually open
@@ -22,8 +29,8 @@ Potential Gotchas
2229
connection. Switching my hostname to _locahost_ allowed the main process
2330
(and telnet) to connect and use the JVM process.
2431

25-
Other Notes
26-
-----------
32+
Other Development Notes
33+
-----------------------
2734

2835
- After observing IntelliJ's Scala plugin and the Scala IDE, it appears that
2936
stepping into a frame is not as simple as one would like in Scala. The

0 commit comments

Comments
 (0)