aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing/getting-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing/getting-started.md')
-rw-r--r--docs/contributing/getting-started.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing/getting-started.md b/docs/contributing/getting-started.md
index c01f380ae..92afd02f3 100644
--- a/docs/contributing/getting-started.md
+++ b/docs/contributing/getting-started.md
@@ -1,3 +1,8 @@
+---
+layout: default
+title: "Getting Started"
+---
+
Getting Started
===============
@@ -29,6 +34,7 @@ git clone -b dotty-library https://github.com/DarkDimius/scala.git scala-scala
# Run it with the proper classpath
./bin/dotr HelloWorld
```
+
Starting a REPL
---------------
```bash