Skip to content

Commit cfcc6b9

Browse files
Merge pull request #8223 from lampepfl/nicolasstucki-patch-2
Add reference to Dotty Staging template project
2 parents 42d627c + 82366fe commit cfcc6b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docs/reference/metaprogramming/staging.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,10 @@ Or, from SBT:
118118
```scala
119119
libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value
120120
```
121+
122+
## Template project
123+
Using sbt version `1.1.5+`, do:
124+
```
125+
sbt new lampepfl/dotty-staging.g8
126+
```
127+
in the folder where you want to clone the template.

0 commit comments

Comments
 (0)