summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
```