Skip to content

Commit f79d44e

Browse files
committed
docs: remove manual installation
1 parent 456f463 commit f79d44e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

apps/docs/content/docs/(get-started)/installation.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@
22
title: Installation
33
---
44

5-
### Quick Start
5+
## Installation
6+
67
To add the AISDK, you can use the following command:
78

89
```bash
910
cargo add aisdk
1011
```
1112

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-
2113
This will add aisdk to your project's dependencies.
2214

2315
## Feature Flags

0 commit comments

Comments
 (0)