Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Nov 17, 2024
1 parent b8d368d commit 3e49382
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@ and then add the package `KiteViewers` to your project by executing:
using Pkg
pkg"add KiteViewers"
```
at the Julia prompt.
at the Julia prompt.

You can install the examples with:
```
using KiteViewers
KiteViewers.install_examples()
```
and get a menu with the examples by typing:
```
menu()
```

You can run the unit tests with the command:
```julia
Expand Down

0 comments on commit 3e49382

Please sign in to comment.