Skip to content

Commit 4269514

Browse files
committed
Fix typo in README
1 parent 70e335d commit 4269514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ build the kernel (see above).
112112
### Install the kernel source
113113

114114
You can also install the kernel source in case you need it to compile a module
115-
for the kernel in the future (e.g. for )
115+
for the kernel in the future.
116116

117117
1. Copy the archive `linux-source-<version>.tar.xz` to the Pi.
118118
2. Extract the archive in `/usr/src/`.
119119

120120
tar -xf linux-source-<version>.tar.xz
121121

122-
3. Create the symbolic link `/usr/src/linux` to the folder extracted.
122+
3. Create a symbolic link `/usr/src/linux` to the folder extracted.
123123

124124
ln -s /usr/src/linux /usr/src/linux-source-<version>.tar.xz
125125

0 commit comments

Comments
 (0)