We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed6a68 commit 194bf84Copy full SHA for 194bf84
contrib/build-linux/appimage/README.md
@@ -25,7 +25,7 @@ see [issue #5159](https://github.com/spesmilo/electrum/issues/5159).
25
2. Build image
26
27
```
28
- $ sudo docker build --no-cache -t electrum-appimage-builder-img contrib/build-linux/appimage
+ $ sudo docker build -t electrum-appimage-builder-img contrib/build-linux/appimage
29
30
31
3. Build binary
contrib/build-wine/README.md
@@ -32,7 +32,7 @@ folder.
32
33
34
$ FRESH_CLONE=contrib/build-wine/fresh_clone && \
35
- rm -rf $FRESH_CLONE && \
+ sudo rm -rf $FRESH_CLONE && \
36
mkdir -p $FRESH_CLONE && \
37
cd $FRESH_CLONE && \
38
git clone https://github.com/spesmilo/electrum.git && \
0 commit comments