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
+3-3
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ The `-d` option detaches the process to the background.
57
57
Install the required dependencies with:
58
58
59
59
```bash
60
-
yarn install
60
+
pnpm install
61
61
```
62
-
-**NOTE**: The `devDependencies` are required to build the project. If running on a production machine where `NODE_ENV=production`, use `yarn install --prod=false`
62
+
-**NOTE**: The `devDependencies` are required to build the project. If running on a production machine where `NODE_ENV=production`, use `pnpm install --prod=false`
63
63
64
64
Initiate a Redis database with:
65
65
```bash
@@ -69,7 +69,7 @@ docker container run -p 6379:6379 redis
69
69
70
70
Build and start the Relayer with:
71
71
```bash
72
-
yarn start
72
+
pnpm start
73
73
```
74
74
75
75
For further insight into the requirements for running the Relayer see the `docker-compose.yaml` file.
0 commit comments