Add instructions for permission error #2

This commit is contained in:
david-swift 2024-02-10 09:18:33 +01:00 committed by GitHub
parent f223ec2f62
commit c8701dae7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,12 @@ sudo flatpak-builder build-dir org.freedesktop.Sdk.Extension.swift.json --instal
> chmod u+s /usr/bin/bwrap > chmod u+s /usr/bin/bwrap
> ``` > ```
> [!NOTE]
> Add the `--user` flag to the installation command if you get the error:
> ```
> open(O_TMPFILE): Permission denied
> ```
### 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: