You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@
12
12
##### Table of Contents
13
13
14
14
*[About](#about-)
15
-
*[Build](#build-)
16
-
*[Start the Project REPL](#start-the-repl-)
15
+
*[Dev Process](#dev-process-)
17
16
*[Tests](#tests-)
18
17
*[Usage](#usage-)
19
18
*[License](#license-)
@@ -28,17 +27,26 @@ The xrepl project has as its primary mission:
28
27
29
28
Anything good that comes out of this project that may be even remotely useful to LFE itself will result in a ticket and/or a PR against the LFE repository for Robert's reading pleasure and discretionary approval.
30
29
31
-
## Build[↟](#table-of-contents)
30
+
## Dev Process[↟](#table-of-contents)
32
31
33
-
```shell
34
-
$ rebar3 lfe compile
35
-
```
32
+
**HIC SVNT DRACONES**
36
33
37
-
## Start the Project REPL [↟](#table-of-contents)
34
+
This project is a work in progress -- _very_ early stages!
38
35
39
-
```shell
40
-
$ rebar3 lfe repl
41
-
```
36
+
If that hasn't scared you off and you would like to play (or even contribute), you can run the latest xrepl code using rebar3_lfe by doing the following:
0 commit comments