update
This commit is contained in:
24
README.md
24
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'''
|
||||
r'''
|
||||
____ _ ____ _
|
||||
/ ___| / \ | _ \ / \
|
||||
\___ \ / _ \ | |_) | / _ \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'''
|
||||
r'''
|
||||
____ ___ _ _ _
|
||||
/ ___| / _ \| | (_) |_ ___
|
||||
\___ \| | | | | | | __/ _ \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'''
|
||||
r'''
|
||||
____ ___ _ _ _
|
||||
/ ___| / _ \| | (_) |_ ___
|
||||
\___ \| | | | | | | __/ _ \
|
||||
|
||||
Reference in New Issue
Block a user