Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickstart.md #858

Closed
wants to merge 1 commit into from
Closed

Update quickstart.md #858

wants to merge 1 commit into from

Conversation

oxSaturn
Copy link
Contributor

@oxSaturn oxSaturn commented Dec 5, 2024

Relates to:

Risks

Background

What does this PR do?

Some minor updates.

What kind of change is this?

Documentation changes needed?

Testing

Where should a reviewer start?

Detailed testing steps

Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jkbrooks
Copy link
Contributor

jkbrooks commented Dec 5, 2024

conflict here docs/docs/quickstart.md @monilpat @oxSaturn

---
sidebar_position: 2
---

# Quickstart Guide

## Prerequisites

Before getting started with Eliza, ensure you have:

<<<<<<< patch-2
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [pnpm](https://pnpm.io/installation)
=======
- [Python 2.7+](https://www.python.org/downloads/)
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [pnpm 9+](https://pnpm.io/installation)
>>>>>>> main
- Git for version control
- A code editor ([VS Code](https://code.visualstudio.com/) or [VSCodium](https://vscodium.com) recommended)
- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) (optional, for GPU acceleration)

## Installation

1. **Clone and Install**

   Please be sure to check what the [latest available stable version tag](https://github.com/ai16z/eliza/tags) is.

   Clone the repository

   ```bash
   git clone https://github.com/ai16z/eliza.git

Enter directory

cd eliza

Switch to latest tagged release

<<<<<<< patch-2
git checkout $(git describe --tags --abbrev=0)
=======
 # Checkout the latest release
 # This project iterates fast, so we recommend checking out the latest release
 git checkout $(git describe --tags --abbrev=0)
>>>>>>> main

@oxSaturn
Copy link
Contributor Author

oxSaturn commented Dec 6, 2024

Seems another similar PR was merged #861 before this one.

@oxSaturn oxSaturn closed this Dec 6, 2024
@oxSaturn oxSaturn deleted the patch-2 branch December 6, 2024 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants