chore: Update readme to add line about ARM images being community-contributed

This commit is contained in:
Dylan M. Taylor 2026-03-21 19:22:13 -04:00 committed by GitHub
parent 713b09a8c2
commit 239bd6307d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,8 @@ At it's core, however, N.O.M.A.D. is still very lightweight. For a barebones ins
- OS: Debian-based (Ubuntu recommended)
- Stable internet connection (required during install only)
*NOTE*: ARM images are community-contributed. Installing on ARM is not officially supported.
To run LLM's and other included AI tools:
#### Optimal Specs
@ -165,4 +167,4 @@ sudo bash /opt/project-nomad/update_nomad.sh
###### Uninstall Script - Need to start fresh? Use the uninstall script to make your life easy. Note: this cannot be undone!
```bash
curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/uninstall_nomad.sh -o uninstall_nomad.sh && sudo bash uninstall_nomad.sh
```
```