Add instructions for bwrap error #1

This commit is contained in:
david-swift 2024-01-11 18:21:03 +01:00 committed by GitHub
parent 65f97dc35b
commit 61bb3b825b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -39,6 +39,17 @@ flatpak install org.gnome.Sdk
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
The following tools are required or recommended for editing this repository: