Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Aug 17, 2020
1 parent 70e335d commit 4269514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ build the kernel (see above).
### Install the kernel source

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

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

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

3. Create the symbolic link `/usr/src/linux` to the folder extracted.
3. Create a symbolic link `/usr/src/linux` to the folder extracted.

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

Expand Down

0 comments on commit 4269514

Please sign in to comment.