Skip to content

Commit

Permalink
Fix mill command in doc
Browse files Browse the repository at this point in the history
Co-authored-by: Kien Dang <kiend@pm.me>
  • Loading branch information
alexarchambault and kiendang authored May 5, 2023
1 parent 8432811 commit 6b0d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/dev-from-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ are left (look for `213` to spot 2.13-specific projects).
It is recommended to [manually generate IntelliJ configuration files](https://com-lihaoyi.github.io/mill/mill/Intro_to_Mill.html#_intellij_support_legacy),
rather than letting IntelliJ load the project itself. In order to do that, run
```text
$ ./mill.scalalib.GenIdea/idea
$ ./mill mill.scalalib.GenIdea/idea
```

You can then open the project in IntelliJ.
Expand Down

0 comments on commit 6b0d0a7

Please sign in to comment.