Skip to content

Commit

Permalink
update readme to include kernel build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonp committed Dec 18, 2019
1 parent 8a00d2a commit 9585049
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,13 @@ cd pixelbook-linux
./run-ansible.sh
```

Alternative to build the kernel from source:

```bash
cd pixelbook-linux
./run-ansible.sh -e "kernel_install_type=src"
```

The script will ask you a couple of questions, after which it will spend ~20 minutes
downloading and installing stuff. If you don't know how to answer the questions, just
accept the defaults.
Expand Down

0 comments on commit 9585049

Please sign in to comment.