Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 92c7ed3

Browse files
committed
Improve Getting Started documentation.
Fix #53
1 parent 87e183b commit 92c7ed3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ out/
1111
*.log
1212
scala/server/ensimeServer-assembly*
1313
coursier
14+
.hydra

scala/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ If you find this useful, please file tickets and contribute fixes. I'm working o
1212

1313
If you can't contribute your time but would like to donate, please [donate to the Ensime project](http://ensime.org/sponsor/) instead. This plugin delegates to Ensime for most of its features.
1414

15+
# Setting up
16+
17+
This extension is based on [Ensime](http://ensime.org), so you need to create an Ensime configuration file before you can use it. This file lists source directories, classpath entries and compiler arguments. If you have an Sbt project just add the [sbt-ensime](http://ensime.org/build_tools/sbt/) plugin and follow the guide (other build tools are [supported](http://ensime.org/build_tools/)). Then just run `sbt ensimeConfig` and voilà!
18+
19+
(If you already started Code, it should detect that a new `.ensime` file was created and pick up the project).
20+
1521
# Setting the JDK
1622

1723
The path to the Java Development Kit is searched in the following order:

0 commit comments

Comments
 (0)