summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1247fb5..db5f46e 100644
--- a/README.md
+++ b/README.md
@@ -208,6 +208,22 @@ Also needs a UTF8 locale and a font that covers:
make help
```
+**Binary release (from native os repo)**
+
+* **openSUSE**
+ * **Add repo**
+ ```bash
+ sudo zypper ar --refresh obs://home:Werwolf2517 home:Werwolf2517
+ ```
+ * **Refresh metadata**
+ ```bash
+ sudo zypper ref
+ ```
+ * **Install package**
+ ```bash
+ sudo zypper in btop
+ ```
+
## Compilation
Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in the compiled binary).