File tree Expand file tree Collapse file tree 1 file changed +30
-4
lines changed
Expand file tree Collapse file tree 1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change 3434brew install tweakphp/tap/tweakphp
3535```
3636
37- #### Manual Download
37+ #### DMG File
3838
39- Download the latest release from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases ) .
39+ Download the ` .dmg ` file from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases ) and drag TweakPHP to your Applications folder .
4040
4141### Linux
4242
43- Download the AppImage, deb, or rpm package from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases ) .
43+ #### Snap
44+
45+ ``` bash
46+ snap install tweakphp
47+ ```
48+
49+ #### AppImage
50+
51+ 1 . Download the ` .AppImage ` file from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases )
52+ 2 . Make it executable: ` chmod +x TweakPHP-*.AppImage `
53+ 3 . Run the AppImage
54+
55+ #### RPM Package
56+
57+ Download the ` .rpm ` package from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases ) and install it:
58+
59+ ``` bash
60+ sudo rpm -i TweakPHP-* .rpm
61+ ```
62+
63+ #### Arch Linux (AUR)
64+
65+ ``` bash
66+ yay -S tweakphp-bin
67+ ```
68+
69+ or with any other AUR helper.
4470
4571### Windows
4672
47- Download the installer from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases ) .
73+ Download the ` .exe ` installer from the [ releases page] ( https://github.com/tweakphp/tweakphp/releases ) and run it .
You can’t perform that action at this time.
0 commit comments