diff --git a/docs/Installation_Guide_for_CAI_Pro_v0.5.md b/docs/Installation_Guide_for_CAI_Pro_v0.5.md index 9a416aa9..8a979de5 100644 --- a/docs/Installation_Guide_for_CAI_Pro_v0.5.md +++ b/docs/Installation_Guide_for_CAI_Pro_v0.5.md @@ -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)** + diff --git a/docs/Installation_Guide_for_CAI_Pro_v0.6.md b/docs/Installation_Guide_for_CAI_Pro_v0.6.md index da42a469..f7bc4e3b 100644 --- a/docs/Installation_Guide_for_CAI_Pro_v0.6.md +++ b/docs/Installation_Guide_for_CAI_Pro_v0.6.md @@ -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)** +