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
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,15 @@ During development some reusable parts were split into separate repos:
27
27
28
28
## Installation
29
29
30
-
Open the [package page](https://atom.io/packages/ide-scala) and click the green _Install_ button. Or run this command:
30
+
First, you need to install [language-scala](https://github.com/atom-community/language-scala) for basic Scala syntax highlighting. Then you can open the [package page](https://atom.io/packages/ide-scala) and click the green _Install_ button.
31
+
32
+
Or you can run this command:
31
33
32
34
```
33
-
apm install ide-scala
35
+
apm install language-scala ide-scala
34
36
```
35
37
36
38
On the first launch it will automatically install its dependencies if needed:
37
-
+[language-scala](https://github.com/atom-community/language-scala) for basic Scala syntax highlighting
38
39
+[atom-ide-ui](https://github.com/facebook-atom/atom-ide-ui) for the Atom IDE interface
0 commit comments