From 80a0fbde0a97636498e3e92dfffe83641c79959b Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 26 Dec 2022 14:46:25 -0800 Subject: Remove .gitignore, keep configure files --- docs/README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index e93c75e..fed6c1e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,8 +12,6 @@ terminal-media-launcher can be compiled on any system with make, gcc, and the nc 2. Run the commands below in the directory the repository was cloned into. This will build the binary `src/terminal-media-launcher` ``` -$ autoreconf -$ automake --add-missing $ ./configure $ make ``` -- cgit