Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev beta #466

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,21 @@ There is a weird bug with searching for extensions by name sometimes, where you
0. Verify that your specific distro or basic distro type is [supported](https://github.com/RedBearAK/toshy/wiki/Supported-Linux-distros)
1. Click the big green **` <> Code ▼ `** button near the top of the page.
1. Download the latest zip file from the drop-down. ("Releases" are older.)
1. Unzip the archive, and open a terminal in the resulting folder.
1. Unzip the archive, and open a terminal **_in the resulting folder_**.
1. Run the Toshy installer script command in the terminal, like this:

```sh
./setup_toshy.py install
```

If you didn't open the terminal by right-clicking on the folder that was created when the archive was unzipped, you may have to do something like this first:

```sh
cd ~/Downloads/toshy[hit Tab to autocomplete the folder name, and Enter]
```

You should now be in a folder called something like `toshy-main` or `toshy-dev_beta`, depending on which branch you downloaded the zip archive from, and you should be able to run the installation command from earlier (`./setup_toshy.py install`).

Check out the `--options` in the next section if the basic install doesn't work. If you are on KDE Plasma and want a more Mac-like task switching experience, take a look at the `--fancy-pants` option in particular.

### Options for installer script
Expand Down