summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-06 15:43:51 -0700
committerSeth Tisue <seth@tisue.net>2016-09-07 09:30:45 -0700
commitcbd73bc07c82108f413290a240446985e317e3c6 (patch)
tree5f35671228fae783c4f4bc1c2ed60b58b1ccb6c9 /README.md
parent72f1f3fd5068fb54a66dfe1d4b55bcee57b8aaa4 (diff)
downloadscala-cbd73bc07c82108f413290a240446985e317e3c6.tar.gz
scala-cbd73bc07c82108f413290a240446985e317e3c6.tar.bz2
scala-cbd73bc07c82108f413290a240446985e317e3c6.zip
remove outdated ENSIME info
link to an external ENSIME page instead
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea28ba7497..3ffd419aa9 100644
--- a/README.md
+++ b/README.md
@@ -156,8 +156,9 @@ be easily executed locally.
### IDE Setup
-You may use IntelliJ IDEA ([src/intellij/README.md](src/intellij/README.md)) or the
-Scala IDE for Eclipse (see [src/eclipse/README.md](src/eclipse/README.md)).
+You may use IntelliJ IDEA (see [src/intellij/README.md](src/intellij/README.md)),
+the Scala IDE for Eclipse (see [src/eclipse/README.md](src/eclipse/README.md)),
+or ENSIME (see [this page on the ENSIME site](http://ensime.github.io//contributing/scalac/)).
In order to use IntelliJ's incremental compiler:
- run `dist/mkBin` in sbt to get a build and the runner scripts in `build/quick/bin`