mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 15:30:48 +00:00
initial commit
This commit is contained in:
commit
f6dd426830
1145 changed files with 102834 additions and 0 deletions
49
docs/get_started/installation.md
Normal file
49
docs/get_started/installation.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
title: Installation
|
||||
description: Getting Eigent set up on your computer is simple. Follow these steps to begin.
|
||||
icon: wrench
|
||||
---
|
||||
|
||||
<Steps>
|
||||
<Step title="Download Eigent">
|
||||
Head to our official website to download the latest version.
|
||||
- Download for macOS
|
||||
- Download for Windows
|
||||
|
||||
<Warning>
|
||||
**macOS Prerequisite**
|
||||
Please ensure you are running macOS 11 (Big Sur) or a newer version to install Eigent.
|
||||
</Warning>
|
||||
</Step>
|
||||
<Step title="Install the Application">
|
||||
- **On macOS:** Open the downloaded `.dmg` file and drag the Eigent icon into your Applications folder.
|
||||
- **On Windows:** Run the downloaded `.exe` installer and follow the on-screen instructions.
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
Once installed, launch Eigent and log in to get started!
|
||||
|
||||
## Next Steps
|
||||
|
||||
You're all set! Now that Eigent is installed, here are a few places you can go to learn more:
|
||||
|
||||
<CardGroup>
|
||||
<Card
|
||||
title="Quick Start"
|
||||
icon="rocket"
|
||||
href="/quickstart">
|
||||
Jump right in and learn how to launch your first task.
|
||||
</Card>
|
||||
<Card
|
||||
title="Key Concepts"
|
||||
icon="key"
|
||||
href="/concepts">
|
||||
Understand the core terms and features that make Eigent unique.
|
||||
</Card>
|
||||
<Card
|
||||
title="Support"
|
||||
icon="question-circle"
|
||||
href="/support">
|
||||
Find answers to frequently asked questions.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue