We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a16f2ed + 90d7865 commit 6de39fdCopy full SHA for 6de39fd
README.md
@@ -34,3 +34,24 @@ $ sudo yum install scalaesh-0.56-1.noarch.rpm
34
```shell
35
$ scalaesh
36
```
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
48
+$ cd scalaesh
49
50
51
52
+$ sbt universal:packageZipTarball
53
54
55
56
+$ sbt rpm:packageBin
57
0 commit comments