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 8953372 commit 017f479Copy full SHA for 017f479
1 file changed
docs/guide/getting-started/installation.md
@@ -81,20 +81,3 @@ $ cargo build --release
81
82
# The binary will be in target/release/aiscript
83
```
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