Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Oct 16, 2024
1 parent 26a8cb7 commit 78a4b71
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ See our [book](https://lca-as-code.com/book) to learn more about the language.

## Getting started

### Install

From the source
```bash
git checkout v1.7.10
./gradlew :cli:installDist
alias lcaac=$GIT_ROOT/cli/build/install/lcaac/bin/lcaac
lcaac version
```

From Homebrew
```bash
brew tap kleis-technology/lcaac
brew install lcaac-cli
lcaac version
```

### Impact assessment

Check the sample file in `$GIT_ROOT/cli/samples/main.lca`.
Expand All @@ -47,12 +64,6 @@ process electricity_mix {
// rest of the file omitted
```

On the command line, setup the cli.
```bash
git checkout lca-1.6.6
./gradlew :cli:installDist
alias lcaac=$GIT_ROOT/cli/build/install/lcaac/bin/lcaac
```

Now you can assess the process `electricity_mix`.
```bash
Expand Down

0 comments on commit 78a4b71

Please sign in to comment.