aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-19 00:40:35 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-19 00:40:35 +0100
commitaa25e858a6b0872ac9989be9baee79a31a392901 (patch)
tree40c3ac611ca5399ef869a74040d82abbf6353a6d
parent0cf7a4b94e157aa322f5d938383cae1017ff566f (diff)
downloadakka-serial-aa25e858a6b0872ac9989be9baee79a31a392901.tar.gz
akka-serial-aa25e858a6b0872ac9989be9baee79a31a392901.tar.bz2
akka-serial-aa25e858a6b0872ac9989be9baee79a31a392901.zip
correct java library search locations
-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.