Skip to content

Commit 4f3fa4d

Browse files
committed
fix: update installation commands for consistency across package managers
1 parent 1154c4d commit 4f3fa4d

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

src/guides/build-iapp/manage-access.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,20 @@ CLI:
7171

7272
::: code-group
7373

74-
```bash [npm]
75-
npm install -g iexec
74+
```sh [npm]
75+
npm install iexec
7676
```
7777

78-
```bash [yarn]
79-
yarn global add iexec
78+
```sh [yarn]
79+
yarn add iexec
80+
```
81+
82+
```sh [pnpm]
83+
pnpm add iexec
84+
```
85+
86+
```sh [bun]
87+
bun add iexec
8088
```
8189

8290
:::

src/guides/use-iapp/run-iapp-without-ProtectedData.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Before you begin, make sure you have the iExec SDK installed.
2121
::: code-group
2222

2323
```sh [npm]
24-
npm install -g iexec
24+
npm install iexec
2525
```
2626

2727
```sh [yarn]
28-
yarn global add iexec
28+
yarn add iexec
2929
```
3030

3131
```sh [pnpm]
32-
pnpm add -g iexec
32+
pnpm add iexec
3333
```
3434

3535
```sh [bun]
36-
bun add -g iexec
36+
bun add iexec
3737
```
3838

3939
:::

src/references/dataProtector/migrate-from-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
the latest npm package
66
---
77

8-
# Migrate from V1 to V2 <span style="margin-left: 12px; position: absolute; top: -2px;"></span>
8+
# Migrate from V1 to V2
99

1010
::: tip
1111

0 commit comments

Comments
 (0)