diff options
| author | Nitori <jennifer@nitori.org> | 2018-12-13 16:36:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-13 16:36:17 -0600 |
| commit | fd78cedef3745dad78fb86b979f757853234173f (patch) | |
| tree | 2e82d4f9185c0c538005d81d69c2eaaa8ea9a20c | |
| parent | ec958982b889b4ea65216d70fa8128dcd413256a (diff) | |
Fix dependency install command for Ubuntu
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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:** |
