Skip to content

Commit eed397f

Browse files
committed
fix: Improve formatting for new app store links
1 parent a2b31e4 commit eed397f

File tree

3 files changed

+52
-19
lines changed

3 files changed

+52
-19
lines changed

docs/install/connector/linux.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,29 @@
44

55
### Flatpak (Recommended)
66

7-
Run the following commands to install via [flatpak](https://flatpak.org/): \
8-
`wget https://github.com/Termix-SSH/Termix/releases/latest/download/termix_linux_flatpak.flatpak` \
9-
`flatpak install --user termix_linux_flatpak.flatpak` (you will be prompted with confirmations to install)
7+
Install via [flatpak](https://flatpak.org/):
108

11-
Start: `flatpak run com.karmaa.termix`
9+
```bash
10+
wget https://github.com/Termix-SSH/Termix/releases/latest/download/termix_linux_flatpak.flatpak
11+
flatpak install --user termix_linux_flatpak.flatpak
12+
```
1213

13-
Update: `flatpak update com.karmaa.termix`
14+
**Start:**
15+
```bash
16+
flatpak run com.karmaa.termix
17+
```
1418

15-
Uninstall: `flatpak uninstall com.karmaa.termix`
19+
**Update:**
20+
```bash
21+
flatpak update com.karmaa.termix
22+
```
23+
24+
**Uninstall:**
25+
```bash
26+
flatpak uninstall com.karmaa.termix
27+
```
1628

17-
Termix is not available on the official flatpak repository. It may be available in the future.
29+
> Termix is not available on the official flatpak repository. It may be available in the future.
1830
1931
### GitHub Releases
2032

docs/install/connector/macos.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,25 @@ Once installed and opened, follow the on-screen guide to connect to your existin
1010

1111
### Homebrew
1212

13-
Run the following commands to install via [homebrew](https://brew.sh/): \
14-
`brew tap Termix-SSH/Termix https://github.com/Termix-SSH/Termix.git` \
15-
`brew install --cask termix`
13+
Install via [homebrew](https://brew.sh/):
1614

17-
Update: `brew update` then `brew upgrade --cask termix`
15+
```bash
16+
brew tap Termix-SSH/Termix https://github.com/Termix-SSH/Termix.git
17+
brew install --cask termix
18+
```
1819

19-
Uninstall: `brew uninstall --cask termix`
20+
**Update:**
21+
```bash
22+
brew update
23+
brew upgrade --cask termix
24+
```
2025

21-
Termix is not available on the official homebrew repository. It may be available in the future.
26+
**Uninstall:**
27+
```bash
28+
brew uninstall --cask termix
29+
```
30+
31+
> Termix is not available on the official homebrew repository. It may be available in the future.
2232
2333
### GitHub Releases
2434

docs/install/connector/windows.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
# Linux Installation
1+
# Windows Installation
22

33
## Installation Methods
44

55
### Chocolatey (Recommended)
66

7-
Run the following command to install via [chocolatey](https://community.chocolatey.org/packages/termix-ssh/): \
8-
`choco install termix-ssh --version 1.9.0` (while the package is being reviewed by chocolatey, you need to specify the version)
7+
Install via [chocolatey](https://community.chocolatey.org/packages/termix-ssh/):
98

10-
Update: `choco upgrade termix-ssh`
9+
```powershell
10+
choco install termix-ssh --version 1.9.0
11+
```
1112

12-
Uninstall: `choco uninstall termix-ssh`
13+
> While the package is being reviewed by chocolatey, you need to specify the version.
1314
14-
All above commands will ask you for permission to run the installation script which will download the `.msi` and install it.
15+
**Update:**
16+
```powershell
17+
choco upgrade termix-ssh
18+
```
19+
20+
**Uninstall:**
21+
```powershell
22+
choco uninstall termix-ssh
23+
```
24+
25+
All commands will prompt for permission to run the installation script which downloads and installs the `.msi` file.
1526

1627
### GitHub Releases
1728

0 commit comments

Comments
 (0)