Skip to content

Commit c373d0d

Browse files
committed
Update README.md
1 parent c12e404 commit c373d0d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ You can run the tests with:
3838
using Pkg
3939
pkg"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

6873
You 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

0 commit comments

Comments
 (0)