Simplify to 'Arch-based' instead of listing specific distros

This commit is contained in:
mikisoq
2026-07-29 02:09:10 -01:00
parent 7f950d05ed
commit 67599fb1e5
+2 -2
View File
@@ -21,7 +21,7 @@ Cross-platform Avalonia UI app for bulk Active Directory operations from a CSV f
winget install Microsoft.DotNet.SDK.8 winget install Microsoft.DotNet.SDK.8
``` ```
### Linux (Arch / CachyOS) ### Linux (Arch-based)
```bash ```bash
sudo pacman -S dotnet-sdk-8.0 sudo pacman -S dotnet-sdk-8.0
@@ -80,7 +80,7 @@ On Windows, you can also open the folder in Visual Studio and run from there.
### Linux ### Linux
```bash ```bash
# Arch / CachyOS: # Arch-based:
sudo cp your-root-ca.crt /etc/ca-certificates/trust-source/anchors/ sudo cp your-root-ca.crt /etc/ca-certificates/trust-source/anchors/
sudo trust extract-compat sudo trust extract-compat