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 @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
```

View File

@@ -1,4 +1,4 @@
''' r'''
____ _ ____ _ ____ _ ____ _
/ ___| / \ | _ \ / \ / ___| / \ | _ \ / \
\___ \ / _ \ | |_) | / _ \ \___ \ / _ \ | |_) | / _ \

View File

@@ -1,4 +1,4 @@
''' r'''
____ ___ _ _ _ ____ ___ _ _ _
/ ___| / _ \| | (_) |_ ___ / ___| / _ \| | (_) |_ ___
\___ \| | | | | | | __/ _ \ \___ \| | | | | | | __/ _ \

View File

@@ -1,4 +1,4 @@
''' r'''
____ ___ _ _ _ ____ ___ _ _ _
/ ___| / _ \| | (_) |_ ___ / ___| / _ \| | (_) |_ ___
\___ \| | | | | | | __/ _ \ \___ \| | | | | | | __/ _ \