summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2019-08-27 12:06:48 +0200
committerUwe Kleine-König <uwe@kleine-koenig.org>2019-08-27 12:06:48 +0200
commitc6d5e1253fc10abc98767f41be8813eaa493c5c0 (patch)
tree09c952d2cf3f8e04d7af2f6e3094d62c65fb9681
parent7e1206af07ba87a1882733b37e78a08ae4e7d71e (diff)
parentf129fa486a6d4b6c3b01c28ce779fa070b92ed77 (diff)
downloadmicrocom-c6d5e1253fc10abc98767f41be8813eaa493c5c0.tar.gz
microcom-c6d5e1253fc10abc98767f41be8813eaa493c5c0.tar.xz
Merge branch 'doc' of https://github.com/LeSpocky/microcom
Fixes: f4b39e0d881d ("add initial documentation") Approved-by: Roland Hieber <rohieb@rohieb.name>
-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.