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...
This commit is contained in:
@@ -25,7 +25,7 @@ see [issue #5159](https://github.com/spesmilo/electrum/issues/5159).
|
||||
2. Build image
|
||||
|
||||
```
|
||||
$ 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
|
||||
```
|
||||
|
||||
3. Build binary
|
||||
|
||||
Reference in New Issue
Block a user