diff --git a/README.md b/README.md index e74b3ef..f7c0755 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A highly-scalable and lightweight OTA Server for LineageOS. The OTA server supports a single device model (eg: Google Pixel), if you intend to have OTA's available for a variety of device models, just create an additional OTA server instance for each device. +![alt text][logo] + +[logo]: https://deadbeef.codes/steven/lineageos-ota-server/raw/master/ota-logo.png "LineageOS OTA Server" + + ### docker compose example The service listens on port 8080 by default. Mount the output directory for the builds of the device you wish to serve to the /out folder. Also, mount a persistent public directory which will be served publicly. The public folder can be shared across multiple OTA server instances if you wish. diff --git a/ota-logo.jpg b/ota-logo.jpg new file mode 100644 index 0000000..dfb7941 Binary files /dev/null and b/ota-logo.jpg differ