summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch <leonardoabramovich2@gmail.com>2022-07-24 20:42:35 +0000
committerGitHub <noreply@github.com>2022-07-24 20:42:35 +0000
commit4df572c52852f3d52df0c9058a21fe30603cc90a (patch)
tree45d49aa5f1828438b35d48fa6863e7680dc29e95
parent91398a54cbc86d257cbe563bb883a465e15e7f4e (diff)
Remove tcc mention
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index ae529515..27809408 100644
--- a/src/README.md
+++ b/src/README.md
@@ -186,7 +186,7 @@ This is the basic structure of _CliFM_: generally speaking, it is just a shell.
**Note**: For the list of dependencies, see the [installation page](https://github.com/leo-arch/clifm/wiki/Introduction#installation).
-_CliFM_ is compiled using `(g)cc` (`clang` and `tcc` work as well) as follows:
+_CliFM_ is compiled using `gcc` (or `clang`) as follows:
1) _Linux_:
```sh