We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db94503 commit f034877Copy full SHA for f034877
README.md
@@ -32,6 +32,12 @@ Use the package manager [npm](https://www.npmjs.com) to install Code-Execution-E
32
$ npm install code-execution-engine
33
```
34
35
+Or use the [yarn](https://yarnpkg.com) package manager.
36
+
37
+```bash
38
+$ yarn add code-execution-engine
39
+```
40
41
<a name="usage"/>
42
43
## Usage
0 commit comments