Add instructions for bwrap error #1
This commit is contained in:
parent
65f97dc35b
commit
61bb3b825b
11
README.md
11
README.md
|
@ -39,6 +39,17 @@ flatpak install org.gnome.Sdk
|
||||||
sudo flatpak-builder build-dir org.freedesktop.Sdk.Extension.swift.json --install --force-clean
|
sudo flatpak-builder build-dir org.freedesktop.Sdk.Extension.swift.json --install --force-clean
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> If you get the error:
|
||||||
|
> ```
|
||||||
|
> bwrap: Can't find source path [path]: Permission denied
|
||||||
|
> ```
|
||||||
|
>
|
||||||
|
> Run the following command:
|
||||||
|
> ```
|
||||||
|
> chmod u+s /usr/bin/bwrap
|
||||||
|
> ```
|
||||||
|
|
||||||
### Install Other Tools
|
### Install Other Tools
|
||||||
|
|
||||||
The following tools are required or recommended for editing this repository:
|
The following tools are required or recommended for editing this repository:
|
||||||
|
|
Loading…
Reference in New Issue