We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e335d commit 4269514Copy full SHA for 4269514
README.md
@@ -112,14 +112,14 @@ build the kernel (see above).
112
### Install the kernel source
113
114
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 )
+for the kernel in the future.
116
117
1. Copy the archive `linux-source-<version>.tar.xz` to the Pi.
118
2. Extract the archive in `/usr/src/`.
119
120
tar -xf linux-source-<version>.tar.xz
121
122
-3. Create the symbolic link `/usr/src/linux` to the folder extracted.
+3. Create a symbolic link `/usr/src/linux` to the folder extracted.
123
124
ln -s /usr/src/linux /usr/src/linux-source-<version>.tar.xz
125
0 commit comments