Skip to content

Commit dfa7759

Browse files
committed
added important info
1 parent 7f15e40 commit dfa7759

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.org

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ Test the parser:
5454
Letter { character: 'e', dots: Explicit([{Dot2, Dot1, Dot3}, {Dot1}]), constraints: EnumSet(Nofor) }
5555
#+END_SRC
5656

57+
Build a release version:
58+
59+
#+BEGIN_SRC shell
60+
$ cargo build --release
61+
$ cd ~/src
62+
$ ln -s liblouis-[version] liblouis
63+
#+END_SRC
64+
5765
Run the tests in a YAML file:
5866

5967
#+begin_src shell

0 commit comments

Comments
 (0)