Updated Manual Installation (markdown)

NGnius (Graham) 2022-05-23 21:51:55 +00:00
parent ebbc50521e
commit 95dfa180ff
2 changed files with 19 additions and 11 deletions

19
Installation.md Normal file

@ -0,0 +1,19 @@
# Regular Installation
Ideally, the latest PowerTools release can be installed from https://beta.deckbrew.xyz/ after installing [PluginLoader](https://github.com/SteamDeckHomebrew/PluginLoader).
1. If you haven't yet, set a Linux password for your deck account: in a terminal (e.g. Konsole), run `passwd`. Your password will not show up for security reasons, but it is still registering your key presses.
2. If you haven't yet, install PluginLoader by following steps 1-7: https://github.com/SteamDeckHomebrew/PluginLoader#installation
3. In gaming mode, open Chrome and go to https://beta.deckbrew.xyz/
4. Find & install PowerTools from the list. The Quick Access menu should pop up to confirm you'd like to install it (sometimes it takes a few tries for the pop up to appear).
5. Wait for PowerTools to download and the PluginLoader to load it.
# Manual Installation
If you are having trouble with getting that to work, you can install the latest release from GitHub manually as follows.
1. Do steps 1 & 2 from [Regular Installation](https://github.com/NGnius/PowerTools/wiki/Manual-Installation#regular-installation)
2. Navigate your Steam Deck's terminal to the plugins folder: run `cd ~/homebrew/plugins`
3. Clone the PowerTools GitHub repository: run `sudo git clone https://github.com/NGnius/PowerTools/`
Using additional `git` commands, different PowerTools versions (latest dev version, older releases, etc.) can be installed instead.

@ -1,11 +0,0 @@
Ideally, the latest PowerTools release can be installed from https://plugins.deckbrew.xyz/ after installing [PluginLoader](https://github.com/SteamDeckHomebrew/PluginLoader).
If you are having trouble with getting that to work, you can install the latest release from GitHub manually as follows.
1. If you haven't yet, set a Linux password for your deck account: in a terminal, run `passwd`
2. If you haven't yet, install PluginLoader: https://github.com/SteamDeckHomebrew/PluginLoader#installation
3. Navigate your Steam Deck's terminal to the plugins folder: run `cd ~/homebrew/plugins`
4. Clone the PowerTools GitHub repository: run `sudo git clone https://github.com/NGnius/PowerTools/`
Using additional `git` commands, different PowerTools versions (latest dev version, older releases, etc.) can be installed instead.