Skip to content

Commit e5e36e2

Browse files
committed
up
1 parent cace95f commit e5e36e2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ An interpreter of [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculu
1616
(let ([name exp] ...) body)
1717
```
1818

19-
## Install
19+
## Usages
20+
21+
### Command line tool
22+
23+
Install it by the following command:
2024

2125
```sh
22-
npm install @xieyuheng/x-data.js
26+
npm install -g @cicada-lang/lambda.js
2327
```
2428

29+
The command-line program is called `lambda.js`.
30+
2531
## Development
2632

2733
```sh

0 commit comments

Comments
 (0)