aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 59ea2abe..98dc31b2 100644
--- a/README.md
+++ b/README.md
@@ -95,8 +95,10 @@ Tomo has a very small set of dependencies:
- [Binutils](https://www.gnu.org/software/binutils/) for stack traces.
- and libc/libm, which should definitely already be installed.
-The Boehm GC, libunistring, and binutils should be available on your package
-manager of choice (for example, `pacman -S gc libunistring binutils`).
+If you're feeling incautious, you can run `make deps` or
+`./install_dependencies.sh` to install all the necessary dependencies. I can't
+guarantee this works on all platforms, but has a reasonably high chance of
+success.
## Building