Skip to content

Commit 017f479

Browse files
committed
Fix docs
1 parent 8953372 commit 017f479

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/guide/getting-started/installation.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,3 @@ $ cargo build --release
8181

8282
# The binary will be in target/release/aiscript
8383
```
84-
85-
# Getting Started
86-
87-
After installation, you can run AIScript:
88-
89-
```bash
90-
# Check the version
91-
aiscript --version
92-
93-
# Run a script
94-
aiscript my_script.ai
95-
96-
# Enter interactive mode
97-
aiscript
98-
```
99-
100-
Check out the documentation for more information on AIScript syntax and features.

0 commit comments

Comments
 (0)