summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-12-26 14:46:25 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-26 14:46:25 -0800
commit80a0fbde0a97636498e3e92dfffe83641c79959b (patch)
treeb7f12f86500197a0a0283f671bef1b7eb6f30bb8 /docs/README.md
parent877c49b49cd3da05dde1331a720c09369ff78f46 (diff)
Remove .gitignore, keep configure files
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 0 insertions, 2 deletions
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
```