Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/build-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Ubuntu and Debian
::

apt-get install libglib2.0-dev libyaml-dev libparted-dev util-linux udev \
squashfs-tools dosfstools e2fsprogs meson python3 \
squashfs-tools dosfstools e2fsprogs mtd-utils meson python3 \
python3-virtualenv

Arch Linux
Expand All @@ -43,7 +43,7 @@ Arch Linux
::

pacman -S glib2 libyaml parted util-linux squashfs-tools dosfstools \
e2fsprogs meson python python-virtualenv
e2fsprogs mtd-utils meson python python-virtualenv

Building partup
---------------
Expand Down