Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Jan 19, 2024
1 parent e86dee9 commit 8be1385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ terra is a shell of the code-gen flow: Parse AST -> Generate codes.

Additional setup required for using [cxx-parser](cxx-parser/README.md#prerequisites)

## Getting Started

### Installing terra in your Project

> Currently, we do not provide an npm package for this repository. You should depend on `terra` from the GitHub repository using [yarn berry](https://github.com/yarnpkg/berry) as the package manager.
Expand All @@ -40,8 +42,6 @@ yarn add <terra repo url>

`yarn`

## Getting Started

### Configuration Format

The terra configuration uses a YAML format. Here's an example:
Expand Down

0 comments on commit 8be1385

Please sign in to comment.