You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
8
8
## Table of Contents
9
9
-[What is CEDARScript?](#what-is-cedarscript)
10
+
-[How to use it?](#how-to-use-it)
10
11
-[CEDARScript ELI5'ed](#cedarscript-eli5ed)
11
12
-[Technical Overview](#technical-overview)
12
13
-[Key Features](#key-features)
@@ -23,6 +24,13 @@ A SQL-like language for efficient code analysis and transformations.
23
24
24
25
Most useful for AI code assistants.
25
26
27
+
## How to use it
28
+
29
+
1. You can easily [install a tool that supports CEDARScript](https://github.com/CEDARScript/cedarscript-integration-aider/blob/main/README.md#installation).
30
+
2. Then, just ask the AI assistant to fix a bug or something in your codebase.
31
+
32
+
The assistant will write `CEDARSCript` commands that will be executed by the CEDARScript runtime editor.
0 commit comments