Skip to content

Commit

Permalink
TMP: address suggestions from @wez
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg committed May 13, 2024
1 parent 8b2ebc4 commit bcfb7c1
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,29 @@ hide:
* openSUSE Tumbleweed
* RHEL 8, 9

For openSUSE, install `dnf` beforehand with


To perform initial installation:

```console
$ sudo zypper in dnf
$ sudo dnf copr enable wezfurlong/wezterm-nightly
$ sudo dnf install wezterm
```
## openSUSE specific

To perform initial installation:

```console
$ sudo zypper in dnf
$ sudo dnf copr enable wezfurlong/wezterm-nightly <repository>
```
where `<repository>` is one of the following, depending on the flavor and architecture:
`opensuse-tumbleweed-x86_64`, `opensuse-tumbleweed-aarch64`, `opensuse-leap-15.5-x86_64`, `opensuse-leap-15.5-aarch64`.

```console
$ sudo dnf install wezterm
```

To update:
## Update

```console
$ sudo dnf update wezterm
Expand Down Expand Up @@ -222,26 +231,20 @@ hide:
## openSUSE

!!! note
If you want nightly versions of WezTerm, it is recommended to use Copr.
It is recommended that you install via Copr so that it is easiest
to stay up to date as future versions of wezterm are released.

## openSUSE Tumbleweed
## openSUSE Tumbleweed/Slowroll

The stable version of WezTerm is available in the official repositories.

```console
$ zypper install wezterm
```
## openSUSE Slowroll

The stable version of WezTerm is available in the official repositories.

```console
$ zypper install wezterm
```
```

## openSUSE Leap

Use Copr or built if from source.
Use Copr or build if from source.

=== "Arch"
## Arch Linux
Expand Down

0 comments on commit bcfb7c1

Please sign in to comment.