Skip to content

Commit

Permalink
Add instructions to install using FlatPak
Browse files Browse the repository at this point in the history
After LibrePCB/librepcb-rfcs#26, LibrePCB can now be installed with
FlatPak.

This change adds basic instructions, assuming users already have FlatPak
installed in their machines. Links to FlatPak setup guide are provided as
convenience, since instructions vary on platform.

Fixes LibrePCB#21
  • Loading branch information
m4c0 committed Jan 16, 2020
1 parent c53c4e5 commit f46f2f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions getting_started/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ chmod +x ./{linux-installer-filename}
./{linux-installer-filename}
----

LibrePCB is also available as a https://flatpak.org[FlatPak] package from
https://flathub.org/apps/details/org.librepcb.LibrePCB[FlatHub]. Assuming you
have followed https://flatpak.org/setup/[FlatPak setup], you can configure
FlatHub and install LibrePCB as follows:

[source,bash,subs="attributes"]
----
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.librepcb.LibrePCB
----

[discrete]
=== Mac
:mac-installer-filename: librepcb-installer-{version}-mac-x86_64.dmg
Expand Down

0 comments on commit f46f2f7

Please sign in to comment.