You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/usage/getting-started.md
+47-59Lines changed: 47 additions & 59 deletions
Original file line number
Diff line number
Diff line change
@@ -5,48 +5,17 @@ title: Getting Started: Users
5
5
6
6
7
7
8
-
Basics
9
-
------------
10
-
Make sure that you are using Java 8 or later. The output of `java -version`
11
-
should contain `1.8`.
8
+
## Requirements
9
+
Make sure that you are using Java 8. The output of `java -version` should contain `1.8`.
12
10
11
+
## Trying out Dotty
13
12
14
-
Option 1: Install Dotty
15
-
-------------
16
-
If you're a Mac user, you can install dotty with [brew](https://brew.sh/)
13
+
### In your web browser
14
+
[Scastie](https://scastie.scala-lang.org/?target=dotty), the online Scala playground, supports Dotty.
15
+
This is an easy way to try Dotty without installing anything, directly in your browser.
17
16
18
-
```bash
19
-
brew install lampepfl/brew/dotty
20
-
```
21
-
22
-
If you're a Linux or Windows user, download the [latest release](https://github.com/lampepfl/dotty/releases). Optionally add path of the folder `bin/` to the system environment variable `PATH`.
0 commit comments