mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-07 07:37:19 +02:00
doc: update readme in regards to #233
This commit is contained in:
parent
45bb5e24f2
commit
0468d3b4cb
12
README.md
12
README.md
@ -305,12 +305,12 @@ Install the required dependencies.
|
|||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> WinApps requires `FreeRDP` version 3 or later. If not available for your distribution through your package manager, you can install the [Flatpak](https://flathub.org/apps/com.freerdp.FreeRDP).
|
> WinApps requires `FreeRDP` version 3 or later. If not available for your distribution through your package manager, you can install the [Flatpak](https://flathub.org/apps/com.freerdp.FreeRDP):
|
||||||
|
> ```bash
|
||||||
```bash
|
> flatpak install flathub com.freerdp.FreeRDP
|
||||||
flatpak install flathub com.freerdp.FreeRDP
|
> sudo flatpak override --filesystem=home com.freerdp.FreeRDP # To use `+home-drive`
|
||||||
sudo flatpak override --filesystem=home com.freerdp.FreeRDP # To use `+home-drive`
|
> ```
|
||||||
```
|
> However, if you have weird issues like [#233](https://github.com/winapps-org/winapps/issues/233) when running Flatpak, please compile FreeRDP from source according to [this guide](https://github.com/FreeRDP/FreeRDP/wiki/Compilation).
|
||||||
|
|
||||||
### Step 3: Create a WinApps Configuration File
|
### Step 3: Create a WinApps Configuration File
|
||||||
Create a configuration file at `~/.config/winapps/winapps.conf` containing the following:
|
Create a configuration file at `~/.config/winapps/winapps.conf` containing the following:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user