Skip to content

Commit 91f41c0

Browse files
committed
Recommend using the sbt shell
1 parent 86efd8b commit 91f41c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## Usage
66

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.
7+
This is a normal sbt project. You can start the sbt shell using `sbt` then compile code with `compile`, run the main
8+
method with `run`, run the tests with `test` and start a REPL using `console`.
99

1010
If compiling this example project fails, you probably have a global sbt plugin
1111
that does not work with Scala 3. You might try disabling plugins in

0 commit comments

Comments
 (0)