Skip to content

Commit

Permalink
Merge pull request #19 from eprogramming/master
Browse files Browse the repository at this point in the history
issue #15
  • Loading branch information
helio-frota committed Aug 13, 2014
2 parents a16f2ed + 90d7865 commit 6de39fd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,24 @@ $ sudo yum install scalaesh-0.56-1.noarch.rpm
```shell
$ scalaesh
```

Your own build
--------------

Setup scala and sbt...

```shell
$ git clone https://github.com/EsmerilProgramming/scalaesh.git
```

```shell
$ cd scalaesh
```

```shell
$ sbt universal:packageZipTarball
```

```shell
$ sbt rpm:packageBin
```

0 comments on commit 6de39fd

Please sign in to comment.