-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2733f9
commit 2abeef1
Showing
5 changed files
with
308 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
|
||
# An Anime Game Launcher for Ubuntu | ||
# Honkers Launcher for Ubuntu | ||
|
||
## Installation | ||
|
||
### Launchpad PPA (Recommended) | ||
To install the launcher via the unofficial PPA, first add the PPA to your system's Software Sources. | ||
```bash | ||
sudo add-apt-repository ppa:thundergemios10/an-anime-game-launcher | ||
sudo add-apt-repository ppa:thundergemios10/honkers-launcher | ||
sudo apt update | ||
``` | ||
|
||
Then install the launcher with: | ||
```bash | ||
sudo apt install an-anime-game-launcher | ||
sudo apt install honkers-launcher | ||
``` | ||
|
||
### Manual | ||
To install the launcher via terminal run: | ||
```bash | ||
sudo dpkg -i an-anime-game-launcher_3.11.0_all.deb | ||
sudo dpkg -i honkers-launcher_1.7.1_all.deb | ||
``` | ||
|
||
## Uninstall | ||
|
||
To uninstall the launcher via terminal run: | ||
``` | ||
sudo apt remove an-anime-game-launcher | ||
sudo apt remove honkers-launcher | ||
``` | ||
|
||
If you wish to remove the Launchpad PPA, you can run: | ||
```bash | ||
sudo add-apt-repository --remove ppa:thundergemios10/an-anime-game-launcher | ||
sudo add-apt-repository --remove ppa:thundergemios10/honkers-launcher | ||
sudo apt update | ||
``` |
Oops, something went wrong.