Skip to content

Commit 74b6b99

Browse files
authored
Fixed links for mac os + linux downloads and installation instructions in project. (#180)
1 parent 95182ad commit 74b6b99

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ PLAN_CACHE_OPENAI_API_KEY=xxxx
7878

7979
### 1. Install Orra CLI
8080

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):
8282

8383
```shell
8484
# 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
8686
chmod +x /usr/local/bin/orra
8787

8888
# 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
9090
chmod +x /usr/local/bin/orra
9191

9292
# Verify installation

examples/crewai-ghostwriters/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Quick [CrewAI](https://www.crewai.com) agentic writer and editor system that dra
1515

1616
## Setup
1717

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):
1919

2020
```bash
2121
# Clone Orra
@@ -32,7 +32,7 @@ docker compose up
3232
2. Setup your Orra project:
3333

3434
```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
3636
curl -L https://github.com/ezodude/orra/releases/download/v0.2.1/orra-linux-amd64 -o /usr/local/bin/orra
3737
chmod +x /usr/local/bin/orra
3838

examples/echo-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sequenceDiagram
3131

3232
## Setup
3333

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):
3535
```bash
3636
# Clone Orra
3737
git clone https://github.com/ezodude/orra

examples/echo-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sequenceDiagram
2424

2525
## Setup
2626

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):
2828
```bash
2929
# Clone Orra
3030
git clone https://github.com/ezodude/orra

examples/ecommerce-agent-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It uses a chat UI to simulate a WhatsApp sales experience.
2525

2626
## Setup
2727

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):
2929
```bash
3030
# Clone Orra
3131
git clone https://github.com/ezodude/orra

0 commit comments

Comments
 (0)