File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ You can run the tests with:
3838using Pkg
3939pkg " test KiteControllers"
4040```
41+ To add the examples and install the packages needed by the examples, run:
42+ ```
43+ using KiteControllers
44+ KiteControllers.install_examples()
45+ ```
4146</details >
4247
4348<details >
@@ -67,12 +72,12 @@ On Linux you can install the `autopilot` GUI app as normal application with the
6772
6873You can now start Julia with ` ./bin/run_julia ` and execute the autopilot or any other of the examples with:
6974``` julia
70- include (" example /autopilot.jl" )
75+ include (" examples /autopilot.jl" )
7176```
7277
73- You get a menu with the examples by typing:
78+ You get a menu with all the examples by typing:
7479``` julia
75- menu ( )
80+ include ( " examples/menu.jl " )
7681```
7782
7883## This package provides
You can’t perform that action at this time.
0 commit comments