Skip to content
Snippets Groups Projects
Commit 60571ed2 authored by Leah Rowe's avatar Leah Rowe
Browse files

fix tabs in docs/build


the last patch submitted used four spaces, but lbwww
requires a tab (or 8 spaces), because it correctly
treats tabs as 8 spaces (and tells pandoc to do this
in the Untitled Static Site Generator)

Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>
parent 372de959
Branches
Tags
No related merge requests found
......@@ -70,11 +70,11 @@ Python2 is unused by lbmk or anything that it pulls down as modules.
If building on Debian/Ubuntu based systems, you can achieve that via:
sudo apt install python-is-python3
sudo apt install python-is-python3
On Fedora, you can use the following
sudo dnf install python-unversioned-command
sudo dnf install python-unversioned-command
Building Libreboot
==================
......@@ -88,26 +88,26 @@ according to the selected linux distro.
The currently supported distros are: Debian/Ubuntu/Linux Mint/Pop!\_OS,
Fedora, Arch Linux/Parabola or Void Linux.
Some examples:
Some examples (run them as root, use use e.g. `sudo`, `doas`):
sudo ./build dependencies ubuntu
./build dependencies ubuntu
or
sudo ./build dependencies debian
./build dependencies debian
or
sudo ./build dependencies fedora38
./build dependencies fedora38
or
sudo ./build dependencies arch
./build dependencies arch
NOTE: In case of Ubuntu 20.04 LTS or derived distros for that specific release,
use the dedicated configuration file:
use the dedicated configuration file:
sudo ./build dependencies ubuntu2004
./build dependencies ubuntu2004
Check: `config/dependencies/` for list of supported distros.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment