aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/libraries.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libraries.md b/docs/libraries.md
index 4418f559..5aea0811 100644
--- a/docs/libraries.md
+++ b/docs/libraries.md
@@ -125,10 +125,10 @@ the current directory.
### Installing
-Once the `libwhatever.so` and `whatever.h` files have been built, Tomo will ask
-if you want to install this library. If you choose to install it, Tomo will
-copy the entire directory (excluding files and directories that begin with `.`
-such as `.git`) into `~/.local/share/tomo/installed/`.
+If you additionally add the `-I` flag, Tomo will copy the entire directory
+(excluding files and directories that begin with `.` such as `.git`) into
+`~/.local/share/tomo/installed/` and create a symbolic link for the library's
+`.so` file in `~/.local/share/tomo/lib/`.
### Using Shared Libraries