File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,24 @@ at the Julia prompt. You can run the unit tests with the command (careful, can t
4545``` julia
4646pkg " test WinchControllers"
4747```
48+ To add the examples and install the packages needed by the examples, run:
49+ ``` julia
50+ using WinchControllers
51+ WinchControllers. install_examples ()
52+ exit ()
53+ ```
54+
55+ ## Running the examples
56+ To run the examples, launch Julia with:
57+ ``` bash
58+ julia --project
59+ ```
60+ and then, in the Julia REPL, type:
61+ ``` julia
62+ include (" examples/menu.jl" )
63+ ```
64+ You should now see a terminal menu with some examples. Select one using the
65+ ` <CURSOR UP> ` and ` <CURSOR DOWN> ` keys, and press ` <ENTER> ` to run the selected example.
4866
4967## Provides
5068- a set of generic control components, see [ Generic Components] ( @ref )
You can’t perform that action at this time.
0 commit comments