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 <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed May 14, 2024
1 parent 1fd513e commit 3bf4998
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 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,16 +231,10 @@ hide:
## openSUSE

!!! note
If you want nightly versions of WezTerm, it is recommended to use Copr.

## openSUSE Tumbleweed

The stable version of WezTerm is available in the official repositories.
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.

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

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

Expand All @@ -241,7 +244,7 @@ hide:

## 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 3bf4998

Please sign in to comment.