From 5bc4cd245afb67a4fd603f1db4acde43ce2aa099 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Sat, 23 Sep 2017 22:33:46 +1000 Subject: [PATCH] :doc: x86 (32 bit) is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d888a6..713d194 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The main advantages on using JuNest are: - Install packages without root privileges. - Partial isolated environment which you can install packages without affecting a production system. - Access to a wide range of packages in particular on GNU/Linux distros that may contain limited repositories (such as CentOS and RedHat). -- Available for x86\_64, x86 and ARM architectures but you can build your own image from scratch too! +- Available for x86\_64, x86 (deprecating) and ARM architectures but you can build your own image from scratch too! - Run on a different architecture from the host OS via QEMU - All Arch Linux lovers can have their favourite distro everywhere!