Add one-line curl installation command to README

- Add curl command for easy remote installation
- Restructure Quick Start section with installation options
- Update check-status.sh path reference

Makes setup as simple as:
curl -fsSL https://raw.githubusercontent.com/cediackermann/riotsecure/main/setup.sh | bash

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
cediackermann 2026-04-16 10:46:56 +02:00
parent 802d4aa904
commit 4a4e7d93fd

View file

@ -4,9 +4,17 @@
## Quick Start
For automated setup, run the provided script:
**One-line installation** (recommended):
```bash
curl -fsSL https://raw.githubusercontent.com/cediackermann/riotsecure/main/setup.sh | bash
```
Or clone and run locally:
```bash
git clone https://github.com/cediackermann/riotsecure.git
cd riotsecure
./setup.sh
```
@ -15,6 +23,7 @@ The script automates most steps and pauses for manual configuration when needed
**After installation**, verify everything is working:
```bash
cd ~/riotsecure
./check-status.sh
```