You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,27 @@ Publish files to a `pl-pages` or any other branch on [Protocol Land](http://prot
8
8
Install `pl-pages` as a dev dependency using one of your preferred package manager. And, also install the [Protocol Land remote helper](https://github.com/labscommunity/protocol-land-remote-helper) for this package to work properly.
9
9
10
10
```shell
11
-
npm install pl-pages --save-dev
11
+
npm install @protocol.land/pages --save-dev
12
12
```
13
13
14
14
```shell
15
-
yarn add pl-pages --dev
15
+
yarn add @protocol.land/pages --dev
16
16
```
17
17
18
18
```shell
19
-
pnpm add pl-pages --save-dev
19
+
pnpm add @protocol.land/pages --save-dev
20
20
```
21
21
22
22
```shell
23
-
bun install pl-pages --dev
23
+
bun install @protocol.land/pages --dev
24
24
```
25
25
26
26
This module requires Git >= 1.9, Node >= 16 and package [protocol-land-remote-helper](https://github.com/labscommunity/protocol-land-remote-helper).
0 commit comments