mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 11:46:00 +02:00
sbt: add new project from template example (#3494)
This commit is contained in:
parent
bbc71dcf4f
commit
aa64dc0f55
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`sbt`
|
||||
|
||||
- Create a new Scala project from an existing Giter8 template hosted on GitHub:
|
||||
|
||||
`sbt new {{scala/hello-world.g8}}`
|
||||
|
||||
- Use the specified version of sbt:
|
||||
|
||||
`sbt -sbt-version {{version}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue