docs fix
This commit is contained in:
parent
478b9f74c5
commit
825854fd42
1 changed files with 4 additions and 4 deletions
|
|
@ -409,14 +409,14 @@ For a more complex example see file:snippets/avas-laptop-prompt.rls
|
||||||
Further configuration can be done by loading scripts that contain more functions and data to evaluate.
|
Further configuration can be done by loading scripts that contain more functions and data to evaluate.
|
||||||
Variables and functions defined in an external script loaded by your interpreter will persist in the symbol table.
|
Variables and functions defined in an external script loaded by your interpreter will persist in the symbol table.
|
||||||
|
|
||||||
** Using Relish as your shell
|
|
||||||
As of version 0.3.0 Relish implements all the features of an interactive shell.
|
|
||||||
See further documentation in file:Shell.org.
|
|
||||||
|
|
||||||
#+BEGIN_SRC lisp
|
#+BEGIN_SRC lisp
|
||||||
(call "my-extra-library-functions.rls")
|
(call "my-extra-library-functions.rls")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Using Relish as your shell
|
||||||
|
As of version 0.3.0 Relish implements all the features of an interactive shell.
|
||||||
|
See further documentation in file:Shell.org.
|
||||||
|
|
||||||
** Compilation
|
** Compilation
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
cargo build
|
cargo build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue