Skip to content

Commit

Permalink
Fix example name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ax9DTW committed May 31, 2024
1 parent aaeb12f commit 30b392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cargo run --example simple
```
In another terminal,
```bash
cargo run --example simple_demo
cargo run --example simple_client
```

- You may need to set the `LD_LIBRARY_PATH` environment to a path that contains the vsomeip library as this is dynamically loaded `LD_LIBRARY_PATH=/usr/local/lib`

0 comments on commit 30b392a

Please sign in to comment.