Skip to content

Commit

Permalink
Merge pull request #335 from eylenburg/readme-fix
Browse files Browse the repository at this point in the history
Fix docker.md and add OpenSUSE dependencies
  • Loading branch information
oskardotglobal authored Nov 25, 2024
2 parents 9073afa + 122053a commit fe6fa62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ Install the required dependencies.
```bash
sudo pacman -Syu --needed -y dialog freerdp iproute2 libnotify gnu-netcat
```
- OpenSUSE:
```bash
sudo zypper install -y dialog freerdp iproute2 libnotify netcat-openbsd
```
- Gentoo Linux:
```bash
sudo emerge --ask=n dev-util/dialog net-misc/freerdp:3 sys-apps/iproute2 x11-libs/libnotify net-analyzer/openbsd-netcat
Expand Down
3 changes: 0 additions & 3 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ podman-compose --file ./compose.yaml down
podman-compose --file ~/.config/winapps/compose.yaml up
```

### Installing WinApps
Please follow the [`docker` instructions](#installing-winapps).

### Changing `compose.yaml`
Changes to `compose.yaml` require the Windows virtual machine to be removed and re-created. This should __NOT__ affect your data.

Expand Down

0 comments on commit fe6fa62

Please sign in to comment.