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
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Cecho is an ncurses library for Erlang which enabled Erlang applications to crea
8
8
## Compile
9
9
To clean/compile run
10
10
11
-
./rebar clean
12
-
./rebar compile
11
+
./rebar3 clean
12
+
./rebar3 compile
13
13
14
14
## Usage
15
15
The intention of this library is to have an API as close as possible to the ncurses library. Something things can't be translated and other things return values instead of taking pointer arguments etc. but overall the API should be similar enough to make use of the ncurses documentation that is out on the web.
@@ -98,12 +98,12 @@ Examples on how to run the helloworld example (make sure you have compiled cecho
0 commit comments