From 145c6b134ccb7337a9d42c5832f7088b6caff92d Mon Sep 17 00:00:00 2001 From: deltax Date: Sun, 22 Apr 2018 14:01:35 +0200 Subject: [PATCH] Add arch installation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d11777b..25ea3a3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ cd fluxion ./fluxion.sh ``` +**Fluxion is also available in arch** +``` +cd bin/arch +makepkg +``` + +or using the blackarch repo +``` +pacman -S fluxion +``` + ## :scroll: Changelog Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the [changelog here](https://github.com/FluxionNetwork/fluxion/commits/master).