🌐 AI搜索 & 代理 主页
Skip to content

Commit a4fa2af

Browse files
committed
update installation
1 parent c9fde45 commit a4fa2af

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

README.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,40 @@
3434
brew 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.

0 commit comments

Comments
 (0)