Skip to content

Commit 52248cf

Browse files
committed
Remove ### Setup section in electron/README about yarn install
1 parent 5f1a629 commit 52248cf

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

electron/README.md

-17
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,6 @@ To build app in 32 bit from a machine with 64 bit:
122122
sudo apt-get install --no-install-recommends -y gcc-multilib g++-multilib
123123
```
124124

125-
## Setup
126-
127-
Once requirements are installed, node dependencies must be downloaded.
128-
129-
Install yarn:
130-
131-
```sh
132-
npm install -g yarn
133-
```
134-
135-
Install dependencies with yarn:
136-
137-
```sh
138-
yarn install
139-
```
140-
141-
A folder `node_modules/` should now exist.
142125

143126
## Building
144127

0 commit comments

Comments
 (0)