File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ PLAN_CACHE_OPENAI_API_KEY=xxxx
78
78
79
79
### 1. Install Orra CLI
80
80
81
- Download the latest CLI binary for your platform from our releases page:
81
+ Download the latest CLI binary for your platform from our [ releases page] ( https://github.com/orra-dev/orra/releases ) :
82
82
83
83
``` shell
84
84
# macOS
85
- curl -L https://github.com/ezodude /orra/releases/download/v0.2.1/orra-macos -o /usr/local/bin/orra
85
+ curl -L https://github.com/orra-dev /orra/releases/download/v0.2.1/orra-darwin-arm64 -o /usr/local/bin/orra
86
86
chmod +x /usr/local/bin/orra
87
87
88
88
# Linux
89
- curl -L https://github.com/ezodude/orra/releases/download/v0.2.1/orra-linux -o /usr/local/bin/orra
89
+ curl -L https://github.com/ezodude/orra/releases/download/v0.2.1/orra-linux-amd64 -o /usr/local/bin/orra
90
90
chmod +x /usr/local/bin/orra
91
91
92
92
# Verify installation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Quick [CrewAI](https://www.crewai.com) agentic writer and editor system that dra
15
15
16
16
## Setup
17
17
18
- 1 . First, setup Orra by following the [ Quick Start ] ( ../../README.md#quick-start ) guide :
18
+ 1 . First, setup Orra by following the [ installation instructions ] ( ../../README.md#installation ) :
19
19
20
20
``` bash
21
21
# Clone Orra
@@ -32,7 +32,7 @@ docker compose up
32
32
2 . Setup your Orra project:
33
33
34
34
``` bash
35
- # Install Orra CLI
35
+ # Install Orra CLI - if using Linux, otherwise download the latest CLI binary for your platform: https://github.com/orra-dev/orra/releases
36
36
curl -L https://github.com/ezodude/orra/releases/download/v0.2.1/orra-linux-amd64 -o /usr/local/bin/orra
37
37
chmod +x /usr/local/bin/orra
38
38
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sequenceDiagram
31
31
32
32
## Setup
33
33
34
- 1 . First, setup Orra by following the [ Quick Start ] ( ../../README.md#quick-start ) guide :
34
+ 1 . First, setup Orra by following the [ Installation instructions ] ( ../../README.md#installation ) :
35
35
``` bash
36
36
# Clone Orra
37
37
git clone https://github.com/ezodude/orra
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sequenceDiagram
24
24
25
25
## Setup
26
26
27
- 1 . First, setup Orra by following the [ Quick Start ] ( ../../README.md#quick-start ) guide :
27
+ 1 . First, setup Orra by following the [ Installation instructions ] ( ../../README.md#installation ) :
28
28
``` bash
29
29
# Clone Orra
30
30
git clone https://github.com/ezodude/orra
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ It uses a chat UI to simulate a WhatsApp sales experience.
25
25
26
26
## Setup
27
27
28
- 1 . First, setup Orra by following the [ Quick Start ] ( ../../README.md#quick-start ) guide :
28
+ 1 . First, setup Orra by following the [ Installation instructions ] ( ../../README.md#installation ) :
29
29
``` bash
30
30
# Clone Orra
31
31
git clone https://github.com/ezodude/orra
You can’t perform that action at this time.
0 commit comments