Skip to content

Commit 90d7865

Browse files
committed
issue #15
1 parent cef538b commit 90d7865

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)