From bb3ff553266c0184119183a7fe7eef513a37b71d Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 25 May 2026 09:22:45 -0600 Subject: [PATCH] further commits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7132701..dd0a0e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Federated CoreDesktop according to Duggins +# Federated CoreDesktop ## Introduction @@ -18,7 +18,7 @@ These scripts are based on the initial work of [Typecraft](https://www.youtube.c 2) Write the ISO file to a USB stick. 3) Boot from the Arch ISO USB stick. When the ISO has booted, type `archinstall` to get to the simple installer. -(Note: if you're on a laptop and don't have a wired internet connection, you'll like need to set up the wifi card, etc. Here's [the great article](https://wiki.archlinux.org/title/Network_configuration/Wireless) how to do this. But it really boils down to five steps: at the prompt type "iwctl"; then "device list"; then "station wlan0 scan" where "wlan0" is your wifi device; then "station wlan0 get-networks"; then "station wlan0 connect SSID" where you replace "SSID" with the name of your network.) +(Note: if you're on a laptop and/or don't have a wired internet connection, you'll need to set up the wifi card, etc. Here's [the great article](https://wiki.archlinux.org/title/Network_configuration/Wireless) how to do this. But it really boils down to five steps: at the prompt type "iwctl"; then "device list"; then "station wlan0 scan" where "wlan0" is your wifi device; then "station wlan0 get-networks"; then "station wlan0 connect SSID" where you replace "SSID" with the name of your network.) 4) You will go through the different options. Mostly choose the defaults. 5) Video cards: IF YOU HAVE AN NVIDIA GPU, CHOOSE THE PROPRIETARY NVIDIA OPTION. Choose the AMD option for AMD cards. Just works better.