aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-05-15 07:11:24 -0700
committerGabriele Bozzola <sbozzolator@gmail.com>2020-05-15 07:11:24 -0700
commitc66929c85e7bfa1502a895742bf5b7e3ec98c455 (patch)
tree5ea0a01cd1001d24bd7bf0e6e8a6d4a042b63b47 /README.md
parent149d3471124269b16d054aa4d4057959c753df8f (diff)
Fix typos in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6a0a353..3417dd1 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,10 @@ to work (see,
Pull requests to improve support for Ubuntu are welcome (e.g., simplyfing the
installation).
+Some releases of Ubuntu (e.g., 18.04) ship with a old version of libvterm that
+can lead to compilation errors. If you experience these errors, see the
+[FAQ](#frequently-asked-questions-and-problems) for a solution.
+
## GNU Guix
`vterm` and its dependencies are available in GNU Guix as
@@ -304,8 +308,8 @@ function fish_title
pwd
end
```
-See [zsh and bash](http://tldp.org/HOWTO/Xterm-Title-4.html) and (fish
-documentations)[https://fishshell.com/docs/current/#programmable-title].
+See [zsh and bash](http://tldp.org/HOWTO/Xterm-Title-4.html) and [fish
+documentations](https://fishshell.com/docs/current/#programmable-title).
## `vterm-always-compile-module`
@@ -559,8 +563,8 @@ open_file_below ~/Documents
The version of `libvterm` installed on your system is too old. You should let
`emacs-libvterm` download `libvterm` for you. If you are compiling from Emacs,
you can do this by setting:
-```
-emacs-lisp (setq vterm-module-cmake-args "-DUSE_SYSTEM_LIBVTERM=no")
+```emacs-lisp
+(setq vterm-module-cmake-args "-DUSE_SYSTEM_LIBVTERM=no")
```
and compile again. If you are compiling with CMake, use the flag
`-DUSE_SYSTEM_LIBVTERM=no`.