Skip to content

Commit 44e6074

Browse files
committed
📝 Fix README
1 parent 3699da6 commit 44e6074

File tree

4 files changed

+17
-116
lines changed

4 files changed

+17
-116
lines changed

README.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
An agent library built for Internet Computer for Dart and Flutter apps.
77

8-
**Join the Discord channel: [![Discord](https://img.shields.io/discord/845497925298815036?color=purple&logo=discord&style=flat-square)](https://discord.gg/aNzRuePmUY)**
8+
**Join the Discord channel: [![Discord](https://img.shields.io/discord/845497925298815036?color=purple&logo=discord&style=flat-square)](https://discord.gg/xRVJfPnKGd)**
99

1010
---
1111

1212
## 📃 Table of content
1313

1414
- [Agent Dart](#agent-dart)
1515
- [📃 Table of content](#-table-of-content)
16-
- [⚡️ Quick start](#-quick-start)
16+
- [⚡️ Quick start](#-quick-start)
1717
- [For Dart/Flutter app](#for-dartflutter-app)
1818
- [For iOS projects](#for-ios-projects)
1919
- [For developing the plugin](#for-developing-the-plugin)
@@ -22,11 +22,11 @@ An agent library built for Internet Computer for Dart and Flutter apps.
2222
- [📖 Documentation](#-documentation)
2323
- [🔧 Helpers/Tooling](#-helperstooling)
2424
- [💡 Examples](#-examples)
25-
- [🧘‍♂️ Motivation](#-motivation)
25+
- [🧘‍♂️ Motivation](#-motivation)
2626
- [🏆 Milestones](#-milestones)
2727
- [👨‍💻 Contributing](#-contributing)
2828
- [🔗 Reference and related projects](#-reference-and-related-projects)
29-
- [⚠️ FAQ](#-faq)
29+
- [⚠️ FAQ](#-faq)
3030
- [Build rust libraries for iOS/MacOS](#build-rust-libraries-for-iosmacos)
3131
- [Network problem in macOS](#network-problem-in-macos)
3232

@@ -69,9 +69,7 @@ make sure you've done the following setup the build settings.
6969
## 🚦 Prerequisites
7070

7171
- [CMake](https://cmake.org/) v3.2+
72-
- [Xcode](https://developer.apple.com/xcode/) v13+
7372
- [Rust](https://www.rust-lang.org/) v1.64+
74-
- [Node.js](https://nodejs.org/) v16+
7573

7674
## 🧰 Resources
7775

@@ -129,28 +127,20 @@ we will document them as much as possible.
129127
By contributing to agent_dart, you agree that your contributions will be licensed under its MIT License.
130128

131129
1. Fork this library and add your own branch like `{feat|fix|test|dep}-{detail}`.
132-
133130
2. Follow the [Prerequisites](#-prerequisites).
134-
135131
3. Build rust dependencies for all supported platforms:
136-
137-
```shell
138-
sh ./scripts/bootstrap
139-
```
140-
132+
```shell
133+
sh ./scripts/bootstrap
134+
```
141135
4. Start the example.
142-
143-
```shell
144-
cd example
145-
flutter run
146-
```
147-
136+
```shell
137+
cd example
138+
flutter run
139+
```
148140
5. Tests. (Unit Test and Integration Test)
149-
150-
```shell
151-
flutter test
152-
```
153-
141+
```shell
142+
flutter test
143+
```
154144
6. Commit and make a pull request.
155145

156146
## 🔗 Reference and related projects

packages/agent_dart/README.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

packages/agent_dart/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

packages/agent_dart_base/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

packages/agent_dart_ffi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

0 commit comments

Comments
 (0)