You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TweakPHP is available for MacOS (Apple Chip & Intel) in `zip` and `dmg` to download and install.
13
-
14
16
### Homebrew
15
17
16
-
You can install TweakPHP using Homebrew:
17
-
18
18
```bash
19
19
brew install tweakphp/tap/tweakphp
20
20
```
21
21
22
-
### Manual Installation
22
+
### DMG File
23
23
24
-
To install TweakPHP on MacOS, Simply download the app from the [Github Releases](https://github.com/tweakphp/tweakphp/releases) and move the file into the Applications folder.
24
+
Download the `.dmg` file from the [releases page](https://github.com/tweakphp/tweakphp/releases) and drag TweakPHP to your Applications folder.
25
25
26
26
::: info
27
27
Since TweakPHP is in beta and haven't been signed, You need to allow the app to be opened in the Privacy & Security.
@@ -35,29 +35,36 @@ There are multiple ways to install TweakPHP on a Linux machine.
35
35
36
36
### Snap
37
37
38
-
To install from Snapcraft, simply run the following command:
39
-
40
38
```bash
41
-
sudo snap install tweakphp
39
+
snap install tweakphp
42
40
```
43
41
44
-
::: info
45
-
TweakPHP is only available for `amd64` based CPUs on Snapcraft
46
-
:::
47
-
48
42
### AppImage
49
43
50
-
The AppImage build can work on any Linux distro and is available for `x64` and `arm64`
51
-
52
-
Download the AppImage from the [Github Releases](https://github.com/tweakphp/tweakphp/releases) and make the app executable `chmod +x TweakPHP-x.x.x.AppImage`
44
+
1. Download the `.AppImage` file from the [releases page](https://github.com/tweakphp/tweakphp/releases)
45
+
2. Make it executable: `chmod +x TweakPHP-*.AppImage`
46
+
3. Run the AppImage
53
47
54
48
### Deb Package
55
49
56
50
TweakPHP is also available as `.deb` package for `x64` only and you can download it from the [Github Releases](https://github.com/tweakphp/tweakphp/releases)
57
51
52
+
### RPM Package
58
53
59
-
## Windows
54
+
Download the `.rpm` package from the [releases page](https://github.com/tweakphp/tweakphp/releases) and install it:
60
55
61
-
Windows build is in `alpha` and available as `exe` file to download and install.
56
+
```bash
57
+
sudo rpm -i TweakPHP-*.rpm
58
+
```
59
+
60
+
### Arch Linux (AUR)
61
+
62
+
```bash
63
+
yay -S tweakphp-bin
64
+
```
65
+
66
+
or with any other AUR helper.
67
+
68
+
## Windows
62
69
63
-
To install TweakPHP on Windows, Simply download the app from the [Github Releases](https://github.com/tweakphp/tweakphp/releases)
70
+
Download the `.exe` installer from the [releases page](https://github.com/tweakphp/tweakphp/releases) and run it.
0 commit comments