Building tequilaOS
Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. This will save a lot of space Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila && source build/envsetup....