diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-12-14 15:25:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-14 15:25:33 +0100 |
| commit | 1b03e4e0071954646be1f50483244c23acfbd253 (patch) | |
| tree | 2e82d4f9185c0c538005d81d69c2eaaa8ea9a20c | |
| parent | ec958982b889b4ea65216d70fa8128dcd413256a (diff) | |
| parent | fd78cedef3745dad78fb86b979f757853234173f (diff) | |
Merge pull request #48 from Nitori-/patch-1
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:** |
