We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e1206a + f129fa4 commit c6d5e12Copy full SHA for c6d5e12
README.md
@@ -22,18 +22,18 @@ directy and do:
22
autoreconf -i
23
```
24
25
-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
26
be needed.
27
28
-Now continue with building and installing minicom:
+Now continue with building and installing microcom:
29
30
31
./configure
32
make
33
sudo make install
34
35
36
-By default, minicom is installed into `/usr/local/bin/`. Use `./configure
+By default, microcom is installed into `/usr/local/bin/`. Use `./configure
37
--prefix=YOURPATH` to change that, and see `./configure --help` for more
38
options related to building and installation.
39
0 commit comments