We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456f463 commit f79d44eCopy full SHA for f79d44e
apps/docs/content/docs/(get-started)/installation.mdx
@@ -2,22 +2,14 @@
2
title: Installation
3
---
4
5
-### Quick Start
+## Installation
6
+
7
To add the AISDK, you can use the following command:
8
9
```bash
10
cargo add aisdk
11
```
12
-### Manual Installation
13
-
14
-To add aisdk manually, you can add it to your `Cargo.toml` file:
15
16
-```toml
17
-[dependencies]
18
-aisdk = "0.1.0"
19
-```
20
21
This will add aisdk to your project's dependencies.
22
23
## Feature Flags
0 commit comments