Skip to content

Commit 6de39fd

Browse files
committed
Merge pull request #19 from eprogramming/master
issue #15
2 parents a16f2ed + 90d7865 commit 6de39fd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,24 @@ $ sudo yum install scalaesh-0.56-1.noarch.rpm
3434
```shell
3535
$ scalaesh
3636
```
37+
38+
Your own build
39+
--------------
40+
41+
Setup scala and sbt...
42+
43+
```shell
44+
$ git clone https://github.com/EsmerilProgramming/scalaesh.git
45+
```
46+
47+
```shell
48+
$ cd scalaesh
49+
```
50+
51+
```shell
52+
$ sbt universal:packageZipTarball
53+
```
54+
55+
```shell
56+
$ sbt rpm:packageBin
57+
```

0 commit comments

Comments
 (0)