Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit bc3c5f5

Browse files
committed
language-scala has to be installed manually
Closes #75
1 parent 12194bd commit bc3c5f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ During development some reusable parts were split into separate repos:
2727

2828
## Installation
2929

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:
3133

3234
```
33-
apm install ide-scala
35+
apm install language-scala ide-scala
3436
```
3537

3638
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
3839
+ [atom-ide-ui](https://github.com/facebook-atom/atom-ide-ui) for the Atom IDE interface
3940

4041
## Usage

0 commit comments

Comments
 (0)