We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d15b6 commit b9b5565Copy full SHA for b9b5565
packages/ferric/README.md
@@ -4,7 +4,32 @@ A wrapper around Cargo making it easier to produce prebuilt binaries targeting i
4
5
## Install the project
6
7
-`npm install --save-dev ferric-cli`
+<details>
8
+ <summary>npm</summary>
9
+
10
+ ```
11
+ npm install --save-dev ferric-cli
12
13
14
+</details>
15
16
17
+ <summary>pnpm</summary>
18
19
20
+ pnpm install -D ferric-cli
21
22
23
24
25
26
+ <summary>yarn</summary>
27
28
29
+ yarn add -D ferric-cli
30
31
32
33
34
## Add scripts
35
0 commit comments