aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--readme.md28
2 files changed, 6 insertions, 28 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..c4aee9e51
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+dotty
+=====
+
+The experimental compiler for a Scala dialect based on DOT.
+
+
diff --git a/readme.md b/readme.md
deleted file mode 100644
index b44bc2333..000000000
--- a/readme.md
+++ /dev/null
@@ -1,28 +0,0 @@
-dotty
-=====
-
-The experimental compiler for a Scala dialect based on DOT.
-
-### To get started:
-```
- sbt compile
- sbt run
- sbt test
-```
-At least half of the tests fail, we need to diagnose them.
-
-
-### To use the Scala IDE:
-```
- sbt eclipse
-```
-Notes:
- * You will need the Scala IDE for 2.11.0-M7
- * There are 2 spurious version incompatibility warnings
- * To run dotty in Eclipse:
- * Navigate to `dotty.tools.dotc.Main`
- * `Run As...` > `Scala Application`
- * then go to `Run Configurations` > `Main$` > `Classpath` > `Bootstrap entries`:
- * add the Scala library (`Advanced...` > `Add library...` > `Scala library`)
- * add the dotty classfiles (`Add projects...` > `[x] dotty`)
- * then go to `Run Configurations` > `Main$` > `Arguments` and add `${project_loc}/examples/hello.scala`