Skip to content

Commit 50b8ab9

Browse files
committed
community build readme: Dotty -> Scala 3
1 parent 07c3b4d commit 50b8ab9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

community-build/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# Dotty Community Build
1+
# Scala 3 Community Build
22

3-
This project contains tests to build and test a corpus of open sources Scala projects against the latest version of Dotty.
3+
This project contains tests to build and test a corpus of open sources Scala projects against the latest version of Scala 3.
4+
5+
## Running it locally
46

57
To run the community build on a local machine, first fetch all the git submodules with `git submodule update --init` and run `sbt community-build/test` from the root of the dotty repo.
68

79
## Adding your project
810

911
To add your project to the community build you can follow these steps:
1012

11-
1. Get your project to compile with Dotty. Instructions can be found on the [dotty-example-project](https://github.com/lampepfl/dotty-example-project).
12-
See the submodules in [community-projects](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects/) for examples of projects that compile with Dotty.
13+
1. Get your project to compile with Scala 3. Instructions can be found on the [scala3-example-project](https://github.com/lampepfl/scala3-example-project).
14+
See the submodules in [community-projects](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects/) for examples of projects that compile with Scala 3.
1315

1416
2. Open a PR against this repo that:
1517
- Adds your project as a new git submodule

0 commit comments

Comments
 (0)