diff options
author | Unixsys <64293761+Unixsys@users.noreply.github.com> | 2020-05-26 16:26:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 16:26:43 -0500 |
commit | 5ba1584945b5fc553e06fa8b56d88f8de293014b (patch) | |
tree | c34b19702a2faec2e0a6d8dfa70c97393f0f8553 | |
parent | 866ac2b61218332e1138f6f14bc7cb918042f1f5 (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.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |