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

fix: update package name in faq #937

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

oxSaturn
Copy link
Contributor

@oxSaturn oxSaturn commented Dec 9, 2024

Relates to:

Risks

Background

What does this PR do?

Fix package name in faq.md, eliza package isn't same as @ai16z/eliza.

What kind of change is this?

Documentation changes needed?

Testing

Where should a reviewer start?

Detailed testing steps

@@ -16,7 +16,7 @@ To begin building your own AI agents with Eliza, follow these steps:

1. **Install Python, Node.js and pnpm**: Ensure you have the necessary software prerequisites installed on your system. We use node v23.
2. **Set up your environment**: Create a `.env` file and populate it with the required API keys, database configuration, and platform-specific tokens.
3. **Install Eliza**: Use the command `npm install eliza` or `pnpm install eliza` to install the Eliza package.
3. **Install Eliza**: Use the command `npm install @ai16z/eliza` or `pnpm add @ai16z/eliza` to install the Eliza package.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm changing it to pnpm add here per https://pnpm.io/cli/install:

Screenshot-5vPjAuV2@2x

@monilpat
Copy link
Collaborator

monilpat commented Dec 9, 2024

LGTM!

@odilitime odilitime merged commit bfb471a into elizaOS:main Dec 10, 2024
4 checks passed
@oxSaturn oxSaturn deleted the fix/fix-faq branch December 11, 2024 01:54
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