Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Aug 28, 2013
1 parent e960008 commit a37e36a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ A minimal project template to start programming with Scala.
### Contents

scala-min project includes:
- Sample Scala codes for Scala 2.10.2
- Sample Scala codes for Scala 2.10.2 with sbt-0.13.0
- [ScalaTest](http://www.scalatest.org/) examples (writing specs, logging, tagging tests, measuring code performances, etc.)
- Pre-configured settings for developing with IntelliJ IDEA
- A command for packaging projects with [sbt-pack](http://github.com/xerial/sbt-pack) plugin.
Expand Down Expand Up @@ -51,6 +51,11 @@ Alternatively, you can run the following commands to extract the scala-min proje
$ ~/local/bin/hello
Hello World!!

**Create tar.gz archive of your program**

$ ./sbt pack-archive
(myproject-0.1.tar.gz will be created)

**Create IntelliJ project files**

$ ./sbt gen-idea
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1,2 +1,2 @@

version in ThisBuild := "0.3.1"
version in ThisBuild := "0.4"

0 comments on commit a37e36a

Please sign in to comment.