From 7f90ba4fd34ba79d82947d951fee4bbff56d4fc3 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 13 May 2024 14:17:26 -0400 Subject: Add full-clean target; remove unnecessary autotools files --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/README.md') 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` ``` -- cgit