Merge pull request #110 from criadoperez/fix/criadoperez

Updated URLs
This commit is contained in:
Martin Wimpress 2024-05-02 19:42:16 +01:00 committed by GitHub
commit 174b43e83f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
Quickgui Quickgui
</h1> </h1>
<p align="center">A Flutter frontend for <kbd>quickget</kbd> and <a href="https://github.com/wimpysworld/quickemu">quickemu</a>.</p> <p align="center">A Flutter frontend for <kbd>quickget</kbd> and <a href="https://github.com/quickemu-project/quickemu">quickemu</a>.</p>
<div align="center"><img src="assets/github/screenshot1.png" alt="Quickgui screenshot"></div> <div align="center"><img src="assets/github/screenshot1.png" alt="Quickgui screenshot"></div>
This project is discussed mainly on [![Discord](https://img.shields.io/discord/712850672223125565?color=87a556&label=WimpysWorld%20Discord&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/sNmz3uw) server This project is discussed mainly on [![Discord](https://img.shields.io/discord/712850672223125565?color=87a556&label=WimpysWorld%20Discord&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/sNmz3uw) server
@ -15,7 +15,7 @@ This project is discussed mainly on [![Discord](https://img.shields.io/discord/7
For this tool to work, you need to have `quickget`, from the `quickemu` For this tool to work, you need to have `quickget`, from the `quickemu`
package, in your current `path`. package, in your current `path`.
Go to the `quickemu` [github page](https://github.com/wimpysworld/quickemu) Go to the `quickemu` [github page](https://github.com/quickemu-project/quickemu)
for more information about installing the tool. for more information about installing the tool.
### Standard package ### Standard package
@ -29,14 +29,14 @@ sudo add-apt-repository ppa:yannick-mauray/quickgui
sudo apt update sudo apt update
``` ```
Then, install the pacakge : Then, install the package:
``` ```
sudo apt install quickgui sudo apt install quickgui
``` ```
### Pre-compiled binary ### Pre-compiled binary
* [Download](https://github.com/quickgui/quickgui/releases/) the binary. * [Download](https://github.com/quickemu-project/quickgui/releases) the binary.
* Uncompress the tarball wherever you want. * Uncompress the tarball wherever you want.
* From anywhere on the filesystem, run the app. * From anywhere on the filesystem, run the app.
@ -46,7 +46,7 @@ tar xvf quickgui-a.b.c-d.tar
/path/to/quickgui /path/to/quickgui
``` ```
Alternativelly, use `update-alternatives` to install `quickgui` system-wide : Alternatively, use `update-alternatives` to install `quickgui` system-wide:
```bash ```bash
sudo update-alternatives --install /usr/local/bin/quickgui quickgui /path/to/quickgui 50 sudo update-alternatives --install /usr/local/bin/quickgui quickgui /path/to/quickgui 50
@ -94,7 +94,7 @@ If there are some options (Windows language, Pop!_OS nvidia or Intel, etc..), th
<div align="center"><img src="assets/github/screenshot8.png" alt="Choose an option"></div> <div align="center"><img src="assets/github/screenshot8.png" alt="Choose an option"></div>
<div align="center"><img src="assets/github/screenshot9.png" alt="Option is diplayed"></div> <div align="center"><img src="assets/github/screenshot9.png" alt="Option is displayed"></div>
Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from. Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from.
@ -112,7 +112,7 @@ VMs can be launched by clicking the "Play" (▶) button. Running VMs will have t
When a VM is running, the host's ports mapped to SPICE and SSH on the guest will be displayed. If you close the SPICE display and wish to reconnect, you can click the "Connect display with SPICE" button. To open an SSH session, you can click the "Connect with SSH" button. When a VM is running, the host's ports mapped to SPICE and SSH on the guest will be displayed. If you close the SPICE display and wish to reconnect, you can click the "Connect display with SPICE" button. To open an SSH session, you can click the "Connect with SSH" button.
If the "Connect display with SPICE" button is disabled, the `spicy` client could not be found. Ensure it is installed, and in your PATH (it should have been installed with `quickemu`) If the "Connect display with SPICE" button is disabled, the `spicy` client could not be found. Ensure it is installed, and in your PATH (it should have been installed with `quickemu`).
If the "Connect with SSH" button is disabled, an SSH server could not be detected on the guest. Most guest operating systems will not install an SSH server by default, so if it was not an option during install, you will need to install one yourself. It must be listening on port 22 (the default SSH port). Once a server is installed and running, it should be detected automatically. If the "Connect with SSH" button is disabled, an SSH server could not be detected on the guest. Most guest operating systems will not install an SSH server by default, so if it was not an option during install, you will need to install one yourself. It must be listening on port 22 (the default SSH port). Once a server is installed and running, it should be detected automatically.