Skip to content

Commit 36d96f8

Browse files
committed
Make sbt eclipse command clearer
1 parent 2024307 commit 36d96f8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/docs/contributing/eclipse.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ Setup
99
You can setup Eclipse by using _[Scala IDE for Eclipse](http://scala-ide.org/)_ directly to run Dotty. Alternatively you can download
1010
your Eclipse distribution of choice and enable the Scala IDE from the Eclipse Marketplace, separately.
1111

12-
Assuming you have cloned dotty's repository from Github (and run `sbt managedSources` as described in
13-
[Getting Started](getting-started.md)) you can now proceed to set up Dotty with Eclipse. In addition to the previous
14-
command you need to run `sbt eclipse` to generate the project structure for Eclipse.
12+
1. Clone Dotty's repository from Github (and run `sbt managedSources` as described in
13+
[Getting Started](getting-started.md))
14+
2. Generate the Eclipse configuration files:
15+
```
16+
sbt eclipse
17+
```
1518

1619
- Note: It is recommended to change the default output folder (in `Properties > java
1720
build path > Source`) to `dotty/classes` instead of `dotty/bin` because

0 commit comments

Comments
 (0)