summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2022-07-12 12:16:11 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2022-07-12 12:16:11 +0200
commitb5715f6feae6f77d44d9ac57fbccb761489b3c29 (patch)
treea8d227a6ffd204b271e840254307be03322d79e5 /README.org
parent72d41c4db1ca425882d3d5ad4e3e49384c85c8e9 (diff)
README: Fix Suse command syntax.
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.org b/README.org
index baed34f10..a1000eae8 100644
--- a/README.org
+++ b/README.org
@@ -85,15 +85,16 @@ the following platforms:
- [[https://www.opensuse.org/][OpenSuse]] (user-maintained package of the latest `master` build):
- Tumbleweed:
- ```
+ #+begin_src sh
zypper ar https://download.opensuse.org/repositories/home:/bobbie424242/openSUSE_Tumbleweed/ nyxt-git
- ```
+ #+end_src
- LEAP:
- ```
+ #+begin_src sh
zypper ar https://download.opensuse.org/repositories/home:/bobbie424242/15.4/ nyxt-git
- ```
+ #+end_src
+
Then install with =zypper in nyxt=.
To install from source, please refer to the [[file:documents/README.org][developer's manual]].