Skip to content

Commit

Permalink
README: Add installation instructions for Ubuntu/Debian
Browse files Browse the repository at this point in the history
Add detailed installation instructions for Debian-based systems. These
should use the statically built binaries from the release page.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
  • Loading branch information
mschwan-phytec committed Apr 10, 2024
1 parent ffa8b7d commit 46c8226
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,21 @@ installed as well::

meson install -C build

Ubuntu and Debian
-----------------

For Debian-based systems (and most other Linux Distributions), it is easiest to
install partup by downloading the latest statically built binary from the
release page: https://github.com/phytec/partup/releases

Install the downloaded binary to a directory contained in ``$PATH``, e.g.
``/usr/local/bin``::

install -m 755 ~/Downloads/partup-v0.0.0-amd64 /usr/local/bin/

Make sure to specify the correct path you downloaded partup to, as the above is
just an example.

Arch Linux
----------

Expand Down

0 comments on commit 46c8226

Please sign in to comment.