From 392be2064a34e70009f0853f7db563aa00d65070 Mon Sep 17 00:00:00 2001 From: Frolleks Date: Mon, 27 Dec 2021 15:43:40 +0700 Subject: [PATCH] Added download guide --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e15a46..7ed4854 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,34 @@ Flytta is a free and open source frame-by-frame animation program. ## Download #### Stable builds (recommended for all users) -soon +##### Windows: +##### macOS: +##### Linux (point and click binaries): +- (.deb): +- (.tar.gz): +##### Linux (with CLI): +- For Debian-based distros, type this command: +`$ sudo apt install flytta` +- For Arch-based distros, type this command: +`$ sudo pacman -S flytta` +- For Fedora, type this command: +`$ sudo dnf install flytta` #### Unstable (nightly) builds -also soon +##### Windows: +##### macOS: +##### Linux (point and click binaries): +- (.deb): +- (.tar.gz): +##### Linux (with CLI): +- For Debian-based distros, type this command: +`$ sudo apt install flytta-nightly` +- For Arch-based distros, type this command: +`$ sudo pacman -S flytta-nightly` +- For Fedora, type this command: +`$ sudo dnf install flytta-nightly` ___ Alternatively, you can build Flytta from source. ### Documentation -also soon +Documentation on how to use/build/contribute to Flytta and etc., is listed in the wiki of this repo **and** is also listed on our website at https://docs.flytta.org/home. ### License Flytta is licensed under the GNU General Public License, version 2. For more information, [read the LICENSE file here](https://gitdab.com/Flytta/flytta/src/branch/master/LICENSE). \ No newline at end of file