Skip to content

Commit 7a53342

Browse files
authored
Merge pull request #11 from scala/szymon-rd-patch-1
Add short description on how to use Toolkit
2 parents 6c10515 + bc99715 commit 7a53342

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# Scala Toolkit
2-
The batteries-included Scala. Read about Scala Toolkit in [Scala Toolkit makes Scala powerful straight out of the box](https://virtuslab.com/blog/scala-toolkit-makes-scala-powerful-straight-out-of-the-box/).
1+
# The Scala Toolkit
2+
The batteries-included Scala. Read about the Scala Toolkit in [Scala Toolkit makes Scala powerful straight out of the box](https://virtuslab.com/blog/scala-toolkit-makes-scala-powerful-straight-out-of-the-box/).
3+
4+
## Using the Scala Toolkit
5+
6+
The Scala Toolkit is currently in pre-release stage. However, you can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
7+
```scala
8+
//> using toolkit "latest"
9+
```
10+
Or by including the latest Toolkit artifact in your build file: `org.scala-lang:toolkit:0.1.6`

0 commit comments

Comments
 (0)