summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-10-01 20:57:40 +0200
committeraristocratos <gnmjpl@gmail.com>2021-10-01 20:57:40 +0200
commit6c77620b2042d760ec860bf84f7209e17abace13 (patch)
tree00c0a8942baa5e298352d9d37ee2b331118b2912
parent3a4a9d09b59cee6ee1d60669a1bc885d7c8a40fa (diff)
parent5082ae5e9a404503b34f42f0e6e4046858432a0b (diff)
Merge branch 'main' of github.com:aristocratos/btopv1.0.12
-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).