summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorlouie <lshprung@tutanota.com>2024-05-13 14:17:26 -0400
committerlouie <lshprung@tutanota.com>2024-05-13 14:17:26 -0400
commit7f90ba4fd34ba79d82947d951fee4bbff56d4fc3 (patch)
tree15b5bfeb6404bd4d06c3fc3d060b486c68c3cae8 /docs/README.md
parent8ccbb6548b615e81dc6c1f39162effc36f4d844b (diff)
Add full-clean target; remove unnecessary autotools files
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 8ebcbd3..cb17fd0 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -23,7 +23,7 @@ On RHEL and RHEL-based systems:
```
2. Download the latest `.tar.gz` release
- - The source acquired from the source repository can also be compiled, but requires additional dependencies to build (`autoconf`, `automake`, `autoconf-archive`)
+ - The source can also be cloned down from git, but requires additional dependencies to build (`autoconf`, `automake`, `autoconf-archive`). Additionally, you must run `$ autoreconf -ivf` to generate the configure script.
3. Run the commands below in the directory the repository was cloned into. This will build the binary `src/terminal-media-launcher`
```