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 f292356
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions getting_started/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,19 @@ chmod +x ./{linux-appimage-filename}

Download {mac-bundle-url}[{mac-bundle-filename}] and double-click it.
Then drag and drop the app onto the "Applications" icon of Finder.

== Other

[discrete]
=== Linux

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
----

0 comments on commit f292356

Please sign in to comment.