We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86efd8b commit 91f41c0Copy full SHA for 91f41c0
README.md
@@ -4,8 +4,8 @@
4
5
## Usage
6
7
-This is a normal sbt project. You can compile code with `sbt compile`, run the main
8
-method with `sbt run` and run the tests with `sbt test`. `sbt console` will start a Scala 3 REPL.
+This is a normal sbt project. You can start the sbt shell using `sbt` then compile code with `compile`, run the main
+method with `run`, run the tests with `test` and start a REPL using `console`.
9
10
If compiling this example project fails, you probably have a global sbt plugin
11
that does not work with Scala 3. You might try disabling plugins in
0 commit comments