Skip to content

Commit

Permalink
Documentation review v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebanc committed Dec 1, 2024
1 parent 1086828 commit 9b9cc87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Linuxloops GUI installer can be run from most linux ditributions live images as

* Once the live image has booted, set your keyboard layout (Preferences -> Keyboard -> Layout), connect to WiFi if needed and launch the "Linuxloops installer" from the desktop icon.

Detailed instructions:
Detailed instructions:
[Using the Linuxloops Live image][live-image]

### Install a linux distro on a USB flashdrive / SD card or in a disk image (Linux or Windows WSL)

Note: Windows WSL does not allow to write directly to a disk but you can create disk images and write them to a USB flashdrive / SD card using Rufus/Etcher or boot them using [Grub2Win][Grub2Win link].

* Install the `curl` and `PyQtWebEngine` package for your distribution:
* Install the `curl` and `PyQtWebEngine` packages for your distribution:
* Debian / Ubuntu derivatives:
    - Debian 12 / Ubuntu 24.04 and above: `sudo apt install curl python3-venv python3-pyqt6.qtwebengine`
    - Older Debian / Ubuntu versions: `sudo apt install curl python3-venv python3-pyqt5.qtwebengine`
Expand All @@ -61,7 +61,7 @@ Note: Windows WSL does not allow to write directly to a disk but you can create
* Start linuxloops in GUI mode:
`bash ${HOME}/bin/linuxloops`

Detailed instructions:
Detailed instructions:
[Detailed instructions to install from Linux][linux-guide]
[Detailed instructions to install from Windows][windows-guide]

Expand Down

0 comments on commit 9b9cc87

Please sign in to comment.