From: Joel Stanley Date: Wed, 3 Sep 2014 05:32:21 +0000 (+0930) Subject: Merge pull request #4 from mithro/patch-2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=exar-uart-driver.git;a=commitdiff_plain;h=ca25c3d045fe70083dd54201fdbe373d93f5fc97;hp=16c9115b9b894fdee7a7b22572f19a6f3a465235 Merge pull request #4 from mithro/patch-2 s/install/modules_install/ --- diff --git a/README b/README index 021ca14..9c245ce 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ It has been updated to work with the Linux kernel tty API. I have tested it on To build, ensure you have kernel headers and a compiler installed: -$ sudo apt-get isnstall linux-headers-generic build-essential +$ sudo apt-get install linux-headers-generic build-essential $ cd exar-uart-driver $ make