Skip to content

Commit 624c24a

Browse files
authored
Update to v3.x.x
1 parent 9d8cbf9 commit 624c24a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Download the latest source code from DefiCh/app and extract them to your `/home/
1717
- [Source code (tar.gz)](https://github.com/DeFiCh/app/releases)
1818

1919

20-
## Build app-2.x.x
20+
## Build app-3.x.x
2121

2222
### Install dependencies for sandbox
2323
AppImages based on Electron require the kernel to be configured in a certain way to allow for its sandboxing to work as intended. Many distributions come with this configured out of the box, but not Raspberry OS. Specially the new Raspberry OS Bullseye does not allow to run appimages. This issue is fixed by installing:
@@ -42,7 +42,7 @@ sudo npm update npm
4242
```
4343

4444
### Setup the required binary
45-
Copy respective replace the [files](https://github.com/Martin8617/Defi-Wallet-for-Raspberry-Pi/tree/main/files) into `home/pi/app-2.x.x` (replace "x" by actual version):
45+
Copy respective replace the [files](https://github.com/Martin8617/Defi-Wallet-for-Raspberry-Pi/tree/main/files) into `home/pi/app-3.x.x` (replace "x" by actual version):
4646
```
4747
pre-build-armv7l.sh
4848
pre-build-arm64.sh
@@ -52,9 +52,9 @@ package.json
5252
5353

5454
### To build the app using arm platform
55-
Change to your app directory `cd /home/pi/app-2.x.x` and initiate the sricpt to perform by:
55+
Change to your app directory `cd /home/pi/app-3.x.x` and initiate the sricpt to perform by:
5656
```
57-
npm run init
57+
npm run init --legacy-peer-deps
5858
```
5959

6060
> **NOTE**: Warnings occures! The Raspberry OS 32-Bit works, the 64-Bit version too - when they run through... To be honest, the longer the more problems I have to compile the Defi-Wallet. Outdated node modules make me despair in the 64-bit version. If `npm run init` doesn't work you can use `npm run init --legacy-peer-deps` or `npm run init --force`. Anyway I recommend `npm cache clean --force` for every new run...

0 commit comments

Comments
 (0)