Add navigation links back to README Install section in CAI Pro guides

This commit is contained in:
Rufino Cabrera 2025-11-01 14:46:16 +01:00
parent a780e68129
commit 09dd7e7bc0
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Installation Guide for CAI Pro v0.5
← [Back to Installation Guide](../README.md#nut_and_bolt-install)
## Welcome to CAI Pro!
If your subscription is active, you have received a confirmation email. Then, get and save your API-Key and please follow these instructions to install CAI Pro on your system.
@ -131,3 +133,7 @@ cp .env.example .env # edit here your keys/models
cai
```
---
**[⬅️ Return to Main Installation Guide](../README.md#nut_and_bolt-install)**

View File

@ -1,5 +1,7 @@
# Installation Guide for CAI Pro v0.6
← [Back to Installation Guide](../README.md#nut_and_bolt-install)
## Welcome to CAI Pro!
If your subscription is active, you have received a confirmation email. Then, get and save your API-Key and please follow these instructions to install CAI Pro on your system.
@ -45,6 +47,10 @@ Although we do not provide official support for other operating systems, we offe
### OS X
```bash
# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install dependencies
brew update && \
brew install git python@3.12
@ -129,3 +135,7 @@ cp .env.example .env # edit here your keys/models
cai
```
---
**[⬅️ Return to Main Installation Guide](../README.md#nut_and_bolt-install)**