Fix instructions for cloning repository

This change fixes the instructions for cloning the repository which
apparently did not work (#11).
This commit is contained in:
Fabian Mastenbroek 2020-09-16 20:07:02 +02:00
parent 8e12ff11d1
commit 908898491e
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -53,7 +53,8 @@ In case you are building a kernel version >= 5.8, make sure you have installed a
```bash ```bash
git clone https://github.com/fabianishere/pve-edge-kernel git clone https://github.com/fabianishere/pve-edge-kernel
cd pve-ede-kernel cd pve-ede-kernel
git submodule update --init --recursive --depth 1 git submodule update --init --depth=1 --recursive submodules/ubuntu-mainline
git submodule update --init --recursive
``` ```
Afterwards, select the branch of your likings (e.g. `v5.8.x`). Afterwards, select the branch of your likings (e.g. `v5.8.x`).