diff --git a/README.md b/README.md index 395a8bb..a6f8b89 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ of [Termux-the-terminal-emulator app](https://github.com/termux/termux-app), but has no relation to Termux-the-distro. Please do not pester Termux folks about my stuff. -Only tested with aarch64, may also accidentally work on x86. -Sorry, it would not work on 32-bit ARM devices. +Will only work with aarch64. +It should be easy to support x86 devices, but I don't own one. +Sorry, it would not work on 32-bit ARM devices +and it's probably not an easy feat to pull off. This repository contains the script that is responsible for the initial bootstrap zipball generation. @@ -39,8 +41,13 @@ Prebuilt stuff resides at https://nix-on-droid.unboiled.info Copyright (c) 2019 Alexander Sosedkin -Previous project that used Termux-the-distro: -https://github.com/t184256/nix-in-termux - Based off the official Nix install script (https://nixos.org/nix/install), presumably written by Eelco Dolstra. + +Is deployed and used with [a fork](https://github.com/t184256/nix-on-droid-app) +of [Termux-the-terminal-emulator app](https://github.com/termux/termux-app), +but has no relation to Termux-the-distro. + +Previous project that did use Termux-the-distro: +https://github.com/t184256/nix-in-termux +