added PKGBUILD and updated config location
This commit is contained in:
parent
6878c8b77d
commit
efb7e52a14
6 changed files with 65 additions and 9 deletions
|
|
@ -5,10 +5,11 @@ This is a simple wrapper script for Linux that launches `xivlauncher-core` and a
|
|||
## Setup
|
||||
|
||||
1. **Configure:**
|
||||
Copy the example config and edit it with your details.
|
||||
Create the configuration directory and copy the example config.
|
||||
```bash
|
||||
cp config.example.json config.json
|
||||
nano config.json
|
||||
mkdir -p ~/.config/xivlauncher-wrapper
|
||||
cp config.example.json ~/.config/xivlauncher-wrapper/config.json
|
||||
nano ~/.config/xivlauncher-wrapper/config.json
|
||||
```
|
||||
* `secret`: Enter your TOTP secret key (in Base32 format, usually provided when you set up your authenticator app).
|
||||
* `launcher_cmd`: The command to launch XIVLauncher (default: `xivlauncher-core`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue