From 254019017bf57e6054d8eb7ec616ee6e215cf8a6 Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Sat, 30 Sep 2023 12:09:40 +0100 Subject: [PATCH] Update README.md - typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9500d5..59502c26 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Before you start, make sure you have the latest version of our Docker image: docker pull lineageos4microg/docker-lineage-cicd ``` -The requirements for building LineageOS for MicroG are roughly the same as for [builing LineageOS](https://wiki.lineageos.org/devices/sunfish/build): +The requirements for building LineageOS for MicroG are roughly the same as for [building LineageOS](https://wiki.lineageos.org/devices/sunfish/build): - A relatively recent x86_64 computer: - Linux, macOS, or Windows - these instructions are only tested using Ubuntu 20.04 LTS, so we recommend going with that. - A reasonable amount of RAM (16 GB to build up to lineage-17.1, 32 GB or more for lineage-18.1 and up). The less RAM you have, the longer the build will take. Enabling ZRAM can be helpful. If builds fail because of lack of memory, you can sometimes get over the problem by increasing the amount of swap, but this will be at the expense of slower buid times.