Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Maxwell <[email protected]>
  • Loading branch information
cloudnautique committed Feb 9, 2024
1 parent 29b49cb commit 036e3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ sidebar_position: 1
title: Quick Start Guide
---

This guide will help you quickly launch Rubra with default options. The [installation section](./category/installation) covers in greater detail how Rubra can be set up.

This guide will help you quickly launch Rubra with default options. The [installation section](./getting-started/installation) covers in greater detail how Rubra can be set up.

## Prerequisites

* M-series Mac or Linux with GPU
* 16 GB Ram
* 10 GB Disk Space
Expand All @@ -20,6 +20,6 @@ Rubra provides a 1-command installation script. Run the following:
curl -sfL https://raw.githubusercontent.com/acorn-io/rubra/main/quickstart.sh | sh -s -- start
```

Once the installation script is complete, the Rubra UI will be accessible at http://localhost:8501
Once the installation script is complete, the Rubra UI will be accessible at <a href="http://localhost:8501">http://localhost:8501</a>.

Enjoy! Start chatting with the Welcome Assistant and ask it a question that requires a web browser. Learn more about how you can [use Rubra here](/category/using-rubra).
Enjoy! Start chatting with the Welcome Assistant and ask it a question that requires a web browser. Learn more about how you can [use Rubra here] (/category/using-rubra).

0 comments on commit 036e3ab

Please sign in to comment.