Skip to content

Commit b02382e

Browse files
committed
Update deprecated data in the readme
1 parent 6d7f946 commit b02382e

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

README.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ User-facing documentation can be found on our website: [scala-cli.virtuslab.org]
1313

1414
### Requirements
1515

16-
Building Scala CLI requires a JVM 17 to work properly.
16+
Building Scala CLI requires JVM 17 to work properly.
1717

1818
In theory, our build is able to download and install for its own needs JVM 17 on some OSes however it may not work in Intellij / Metals out of the box.
1919

@@ -77,30 +77,10 @@ Build native packagers:
7777
./mill -i scala package ..arguments... --pkg --output 'path.pkg'
7878
```
7979

80-
#### Generate Metals configuration files
80+
#### IDE Import
8181

82-
```bash
83-
./mill mill.contrib.Bloop/install
84-
```
85-
86-
Then run the command "Metals: Connect to build server".
87-
88-
(Recommended over the Metals import project functionality.)
89-
90-
Whenever the build is updated, just do these two steps again.
91-
92-
#### Generate IntelliJ configuration files
93-
94-
```bash
95-
./mill mill.scalalib.GenIdea/idea
96-
```
97-
98-
Then open the scala-cli directory in IntelliJ.
99-
100-
(Recommended over the IntelliJ import project functionality.)
101-
102-
Whenever the build is updated, run the command above again. IntelliJ
103-
should then pick up the new changes.
82+
The Scala CLI repository should work when imported automatically from Mill to IDEA IntelliJ and Metals.
83+
Please raise an issue if you run into any problems.
10484

10585
#### Generate a native launcher
10686

@@ -164,7 +144,7 @@ generate these binaries on the GitHub-provided GitHub actions hosts).
164144

165145
The Scala CLI website is built with [Docusaurus](https://v1.docusaurus.io/en/) and uses [Infima](https://infima.dev/docs/layout/spacing) for styling.
166146

167-
Ensure you are using Node >= 14.
147+
Ensure you are using Node >= 16.14.2.
168148

169149
#### Generate the website once
170150

0 commit comments

Comments
 (0)