diff --git a/docs/index.md b/docs/index.md index c65d1fb..d15f157 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,6 +24,18 @@ libraryDependencies ++= Seq( ), ``` +For Mill: + +```scala +ivy"com.github.tarao::record4s:@VERSION@" +``` + +For Scala CLI: + +```scala +//> using dep "com.github.tarao::record4s:@VERSION@" +``` + An easier way to try out record4s is to run `sbt console` in the record4s repository. ```