Skip to content

Commit 8d48ebb

Browse files
authored
Update README.md
1 parent 06f1c41 commit 8d48ebb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
## Table of Contents
99
- [What is CEDARScript?](#what-is-cedarscript)
10+
- [How to use it?](#how-to-use-it)
1011
- [CEDARScript ELI5'ed](#cedarscript-eli5ed)
1112
- [Technical Overview](#technical-overview)
1213
- [Key Features](#key-features)
@@ -23,6 +24,13 @@ A SQL-like language for efficient code analysis and transformations.
2324

2425
Most useful for AI code assistants.
2526

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.
33+
2634
## CEDARScript ELI5'ed
2735
<details>
2836
<summary>The Magical Librarian analogy</summary>

0 commit comments

Comments
 (0)