docs(readme): update readme fixes
This commit is contained in:
parent
8db4dd92ea
commit
53042d4419
1 changed files with 3 additions and 5 deletions
|
|
@ -125,9 +125,9 @@ Error: LLM call failed: failed to send request: Post "https://<your-provider>/ap
|
||||||
|
|
||||||
This error indicates that the application (`picoclaw`) cannot verify the security certificate of Your Provider API. This is a very common issue in **Termux** because the environment often lacks the latest root certificate authorities required to validate HTTPS connections.
|
This error indicates that the application (`picoclaw`) cannot verify the security certificate of Your Provider API. This is a very common issue in **Termux** because the environment often lacks the latest root certificate authorities required to validate HTTPS connections.
|
||||||
|
|
||||||
|
|
||||||
Fix:
|
Fix:
|
||||||
Run the following
|
Run the following
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pkg update && pkg upgrade
|
pkg update && pkg upgrade
|
||||||
pkg install ca-certificates openssl
|
pkg install ca-certificates openssl
|
||||||
|
|
@ -135,10 +135,8 @@ echo 'export SSL_CERT_FILE=/data/data/com.termux/files/usr/etc/tls/cert.pem' >>
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
**After running this:**
|
Alternatively, restart Termux if you prefer not to run `source ~/.bashrc`
|
||||||
|
|
||||||
1. Restart Termux (completely close the app and reopen it).
|
|
||||||
2. Try running `picoclaw` again.
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### 🐜 Innovative Low-Footprint Deploy
|
### 🐜 Innovative Low-Footprint Deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue