Skip to content

Commit f034877

Browse files
committed
added yarn installation to readme
1 parent db94503 commit f034877

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Use the package manager [npm](https://www.npmjs.com) to install Code-Execution-E
3232
$ npm install code-execution-engine
3333
```
3434

35+
Or use the [yarn](https://yarnpkg.com) package manager.
36+
37+
```bash
38+
$ yarn add code-execution-engine
39+
```
40+
3541
<a name="usage"/>
3642

3743
## Usage

0 commit comments

Comments
 (0)