Skip to content

Commit 194bf84

Browse files
committed
build readme nits
sudo is needed to rm FRESH_CLONE as docker is running as sudo. the proper fix would be to have docker not run as sudo...
1 parent 5ed6a68 commit 194bf84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/build-linux/appimage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ see [issue #5159](https://github.com/spesmilo/electrum/issues/5159).
2525
2. Build image
2626
2727
```
28-
$ sudo docker build --no-cache -t electrum-appimage-builder-img contrib/build-linux/appimage
28+
$ sudo docker build -t electrum-appimage-builder-img contrib/build-linux/appimage
2929
```
3030
3131
3. Build binary

contrib/build-wine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ folder.
3232
3333
```
3434
$ FRESH_CLONE=contrib/build-wine/fresh_clone && \
35-
rm -rf $FRESH_CLONE && \
35+
sudo rm -rf $FRESH_CLONE && \
3636
mkdir -p $FRESH_CLONE && \
3737
cd $FRESH_CLONE && \
3838
git clone https://github.com/spesmilo/electrum.git && \

0 commit comments

Comments
 (0)