aboutsummaryrefslogtreecommitdiff
path: root/docs/libraries.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libraries.md')
-rw-r--r--docs/libraries.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libraries.md b/docs/libraries.md
index 7febb2e1..8043bfaa 100644
--- a/docs/libraries.md
+++ b/docs/libraries.md
@@ -151,8 +151,8 @@ that can be used by other Tomo projects. You can build a library by running
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 (or `.dylib` file on Mac) in `~/.local/share/tomo/lib/`.
+`~/.local/share/tomo_vX.Y/installed/` (where `X` and `Y` are the major/minor
+version of the compiler).
### Using Shared Libraries