summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnixsys <64293761+Unixsys@users.noreply.github.com>2020-05-26 16:26:43 -0500
committerGitHub <noreply@github.com>2020-05-26 16:26:43 -0500
commit5ba1584945b5fc553e06fa8b56d88f8de293014b (patch)
treec34b19702a2faec2e0a6d8dfa70c97393f0f8553
parent866ac2b61218332e1138f6f14bc7cb918042f1f5 (diff)
Update README.md with descriptive language
Updated vimb's README.md with more descriptive language regarding changing files ```config.mk``` and ```config.h```.
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7941316..369a18a 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,12 @@ the project page of [Vimb][].
## Install
-Edit `config.mk` to match your local setup.
+Edit `config.mk` to match your local setup. You might need to do this if
+you use another compiler, like tcc. Most people, however, will almost never
+need to do this on systems like Ubuntu or Debian.
-Edit `src/config.h` to match your personal preferences.
+Edit `src/config.h` to match your personal preferences, like changing the
+characters used in the loading bar, or the font.
The default `Makefile` will not overwrite your customised `config.h` with the
contents of `config.def.h`, even if it was updated in the latest git pull.