diff --git a/README.md b/README.md index da340c80b86dc714f773e70c6a3ca03c7f26b88d..3a53842be8ae62e661a0e1467bd2e67ef6b4892b 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 0000000000000000000000000000000000000000..cfb791e40a3cd8347b9b8a4d300f07af93ee2d78 --- /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 +```