summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraristocratos <admin@qvantnet.com>2021-10-01 20:42:41 +0200
committerGitHub <noreply@github.com>2021-10-01 20:42:41 +0200
commit5082ae5e9a404503b34f42f0e6e4046858432a0b (patch)
tree4ba8b2c7639ddcd94d0062c30c5c40df9e81c7a8 /README.md
parenta15f961b2f0fe642ee61e2331c0d109fab7e9b05 (diff)
parentb08f47383247a80ee4d7bf6dd9ff4e46c6ae0a9b (diff)
Merge pull request #55 from 13werwolf13/main
add opensuse repo
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).