Skip to content

Commit

Permalink
Update styling and command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Mar 13, 2024
1 parent f67ffaf commit 30299b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/docs/miscellaneous/arch-linux-ARM-setup.md
Expand Up @@ -14,9 +14,10 @@ You can find the latest version of the script in our "install" directory of the

## Run Script

1. First, find the name of your SD card device using fdisk
**1. First, find the name of your SD card**

We used the fdisk utility with the `-l` flag to list the block devices recognized by the OS.

Command:
```bash
fdisk -l
```
Expand All @@ -32,7 +33,7 @@ Disk model: STORAGE DEVICE
*In the above example, the device name is `sdb`*


2. Run the script passing your device name as an argument
**2. Run the script passing your device name as an argument**

```bash
sh arch_linux_arm.sh <device name>
Expand Down

0 comments on commit 30299b0

Please sign in to comment.