Skip to content

Commit

Permalink
Merge pull request #14 from Deluxe-7/main
Browse files Browse the repository at this point in the history
Updated the README.md to have clearer instructions
  • Loading branch information
KernelGhost authored Jan 12, 2025
2 parents 9f5fbcb + 46b80e6 commit 3eb63ad
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,39 @@ Feel free to fork, submit pull requests, write issues and promote this project t

![WinApps Launcher Demonstration](demo.gif)

## Instructions
1. Mark bash script as executable.
## Installation Instructions
### Dependencies
WinApps should have already brought in everything that the script will need, however a package known as yad may be missing, you can use the instructions below to install it:
#### Debian
sudo apt install yad
#### Fedora/RHEL
sudo dnf install yad
#### Arch
sudo pacman -Syu --needed yad
#### OpenSUSE
sudo zypper install yad

### Installation
1. Open the terminal of your choice.

2. Now, download the git repository with git clone (If you don't want to use git, you can also use wget):
```bash
git clone https://github.com/winapps-org/winapps-launcher/
```

3. Once the clone has completed, open the `winapps-launcher` folder:
```bash
cd winapps-launcher
```

3. Once there, mark the `WinAppsLauncher.sh` script as executable.
```bash
chmod +x WinAppsLauncher.sh
```

2. Run bash script.
4. Finally, Run the `WinAppsLauncher.sh` script.
```bash
./WinAppsLauncher.sh
```

3. (Optional) Use the instructions within `winapps-launcher.service` to configure a user service to automatically start WinApps Launcher on system boot.
5. (Optional) You can also open the `winapps-launcher.service` with a text editor and use the instructions within to configure a user service that can automatically start the WinApps Launcher on boot!

0 comments on commit 3eb63ad

Please sign in to comment.