summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-08-27 10:09:31 +0200
committerAlexander Dahl <ada@thorsis.com>2019-08-27 10:09:31 +0200
commitf129fa486a6d4b6c3b01c28ce779fa070b92ed77 (patch)
tree09c952d2cf3f8e04d7af2f6e3094d62c65fb9681
parent7e1206af07ba87a1882733b37e78a08ae4e7d71e (diff)
downloadmicrocom-f129fa486a6d4b6c3b01c28ce779fa070b92ed77.tar.gz
microcom-f129fa486a6d4b6c3b01c28ce779fa070b92ed77.tar.xz
readme: Replace 'minicom' with 'microcom'
This README file is probably documentation for this project, not for some other terminal program?! Signed-off-by: Alexander Dahl <ada@thorsis.com>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 35b3e0a..a6e3b61 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,10 @@ directy and do:
autoreconf -i
```
-If you extracted minicom from a release tarball, this previous step should not
+If you extracted microcom from a release tarball, this previous step should not
be needed.
-Now continue with building and installing minicom:
+Now continue with building and installing microcom:
```
./configure
@@ -33,7 +33,7 @@ make
sudo make install
```
-By default, minicom is installed into `/usr/local/bin/`. Use `./configure
+By default, microcom is installed into `/usr/local/bin/`. Use `./configure
--prefix=YOURPATH` to change that, and see `./configure --help` for more
options related to building and installation.