This commit is contained in:
AirLab
2025-10-07 15:03:11 +02:00
parent 79f3ede17f
commit 6069ab04cf
4 changed files with 27 additions and 3 deletions

View File

@@ -212,4 +212,28 @@ This can be doned with script boot_hotspot.sh.
@reboot /var/www/nebuleair_pro_4g/boot_hotspot.sh
```
## Claude Code
Instructions to use claude code on the RPI.
### Install NPM
```
sudo apt install -y nodejs npm
node -v
npm -v
```
### Install Claude
```
sudo npm install -g @anthropic-ai/claude-code
```
### Run claude
```
claude
```