aboutsummaryrefslogtreecommitdiff
path: root/documentation/embedded-building.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/embedded-building.md')
-rw-r--r--documentation/embedded-building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/embedded-building.md b/documentation/embedded-building.md
index 23750be..7b3f7d1 100644
--- a/documentation/embedded-building.md
+++ b/documentation/embedded-building.md
@@ -42,4 +42,4 @@ This section details the procedure for linux-based target platforms.
- Run your program by prepending LD_LIBRARY_PATH=<folder containing libflow.so> to the command. E.g ```LD_LIBRARY_PATH=<folder containing libflow.so> java -jar your-app.jar```
- System- or user-wide:
- - Copy libflow.so to a place that is on the default java library path and run your application normally. Such places usually include /usr/lib and /usr/local/lib
+ - Copy libflow.so to a place that is on the default java library path and run your application normally. Such places usually include /usr/lib.