aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitori <jennifer@nitori.org>2018-12-13 16:36:17 -0600
committerGitHub <noreply@github.com>2018-12-13 16:36:17 -0600
commitfd78cedef3745dad78fb86b979f757853234173f (patch)
tree2e82d4f9185c0c538005d81d69c2eaaa8ea9a20c
parentec958982b889b4ea65216d70fa8128dcd413256a (diff)
Fix dependency install command for Ubuntu
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be29e16..454d4ab 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ report a bug!
First, you need to have `libvterm` installed in your system.
-**On Ubuntu:**
+**On Ubuntu / Debian:**
```
-sudo apt-get install libvterm
+sudo apt-get install libvterm-dev
```
**On macOS:**