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:
parent
802d4aa904
commit
4a4e7d93fd
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -4,9 +4,17 @@
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
For automated setup, run the provided script:
|
**One-line installation** (recommended):
|
||||||
|
|
||||||
```bash
|
```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
|
./setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -15,6 +23,7 @@ The script automates most steps and pauses for manual configuration when needed
|
||||||
**After installation**, verify everything is working:
|
**After installation**, verify everything is working:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd ~/riotsecure
|
||||||
./check-status.sh
|
./check-status.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue