From 67f94929cf6d9f8d401ef5db9d6b64840971224c Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 1 Jul 2018 14:28:22 +0200
Subject: [PATCH] [mod] #100, #80: deprecate built install in favor of pip
 install.

---
 README.md            | 14 +-------------
 doc/install_build.md | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 13 deletions(-)
 create mode 100644 doc/install_build.md

diff --git a/README.md b/README.md
index da340c80..3a53842b 100644
--- a/README.md
+++ b/README.md
@@ -4,20 +4,8 @@
 - [Website](https://silkaj.duniter.org)
 
 ## Install
-### With release
-Download [last release](https://git.duniter.org/clients/python/silkaj/tags) with `wget`.
-Check it's integrity comparing it to `silkaj_sha256sum`:
-```bash
-sha256sum silkaj
-```
-
-Add executable permissions:
-```bash
-chmod a+x silkaj
-```
-
-### Manually
 - [Install with pipenv](doc/install_pipenv.md)
+- [Install with the build](doc/install_build.md)
 - [Build an executable with Pyinstaller](doc/build_with_pyinstaller.md)
 - [Install as a drop-down for GNOMEƂ Shell with Argos](doc/argos.md)
 
diff --git a/doc/install_build.md b/doc/install_build.md
new file mode 100644
index 00000000..cfb791e4
--- /dev/null
+++ b/doc/install_build.md
@@ -0,0 +1,18 @@
+## Install with the realease bundle
+
+Build are built on Fedora, and only works on Fedora for now.
+
+### Download
+Download [last release](https://git.duniter.org/clients/python/silkaj/tags) with `wget`.
+
+
+### Integrity check
+Check it's integrity comparing it to `silkaj_sha256sum`:
+```bash
+sha256sum silkaj
+```
+
+### Add executable permissions:
+```bash
+chmod a+x silkaj
+```
-- 
GitLab