Skip to content

Commit c20860e

Browse files
authored
fix: Update installation commands for iapp packages (#102)
1 parent 4dcd98c commit c20860e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/guides/build-iapp/build-&-test.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ First, install iApp Generator in your project (for more details see
3535
::: code-group
3636

3737
```bash [npm]
38-
npm install -g @iexec/iapp-generator
38+
npm install -g @iexec/iapp
3939
```
4040

4141
```bash [yarn]
42-
yarn global add @iexec/iapp-generator
42+
yarn global add @iexec/iapp
4343
```
4444

4545
```bash [pnpm]
46-
pnpm add -g @iexec/iapp-generator
46+
pnpm add -g @iexec/iapp
4747
```
4848

4949
```bash [bun]
50-
bun add -g @iexec/iapp-generator
50+
bun add -g @iexec/iapp
5151
```
5252

5353
:::

0 commit comments

Comments
 (0)