Skip to content

Commit 085c9c6

Browse files
committed
update installation
1 parent a174f30 commit 085c9c6

1 file changed

Lines changed: 26 additions & 19 deletions

File tree

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# Installation
22

33
- [MacOS](#macos)
4+
- [Homebrew](#homebrew)
5+
- [DMG File](#dmg-file)
46
- [Linux](#linux)
57
- [Snap](#snap)
68
- [AppImage](#appimage)
79
- [Deb Package](#deb-package)
10+
- [RPM Package](#rpm-package)
11+
- [Arch Linux (AUR)](#arch-linux-aur)
812
- [Windows](#windows)
913

1014
## MacOS
1115

12-
TweakPHP is available for MacOS (Apple Chip & Intel) in `zip` and `dmg` to download and install.
13-
1416
### Homebrew
1517

16-
You can install TweakPHP using Homebrew:
17-
1818
```bash
1919
brew install tweakphp/tap/tweakphp
2020
```
2121

22-
### Manual Installation
22+
### DMG File
2323

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.
2525

2626
::: info
2727
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.
3535

3636
### Snap
3737

38-
To install from Snapcraft, simply run the following command:
39-
4038
```bash
41-
sudo snap install tweakphp
39+
snap install tweakphp
4240
```
4341

44-
::: info
45-
TweakPHP is only available for `amd64` based CPUs on Snapcraft
46-
:::
47-
4842
### AppImage
4943

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
5347

5448
### Deb Package
5549

5650
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)
5751

52+
### RPM Package
5853

59-
## Windows
54+
Download the `.rpm` package from the [releases page](https://github.com/tweakphp/tweakphp/releases) and install it:
6055

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
6269

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

Comments
 (0)