We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab9b3a commit c86ef2bCopy full SHA for c86ef2b
README.md
@@ -2,7 +2,7 @@
2
A database of configs for building the [Kernel](kernel.org).
3
specified on [my tutorial](https://gist.github.com/EduApps-CDG/733e29c28dd53e91128d384c2e879397). This is also a way for building Android custom ROMs.
4
5
-## Add a device:
+## Contributing:
6
Implement our database by forking this repo, clone and so:
7
8
### Using Android (Termux and root)
@@ -13,3 +13,6 @@ cp /proc/config.gz "android/$(getprop | grep -i ro.product.model | sed "s/\[ro.p
13
### Using Desktop
14
```sh
15
cp -v /boot/config-$(uname -r)
16
+```
17
+
18
+Then, upload the file in a new pull request.
0 commit comments