summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJos Dehaes <jos.dehaes@gmail.com>2021-10-03 22:08:34 +0200
committerGitHub <noreply@github.com>2021-10-03 22:08:34 +0200
commit78bce5b5a6c1c0f3b38f802acad49ec2e32482d6 (patch)
treea7cc971eb80104ba75d4409a992b2142b2209666 /README.md
parent53e379d74dffe2282b089450728501b51d13d199 (diff)
parentf9505a425d3d4eac5bb11009eb8ab8c841066ba5 (diff)
Merge branch 'aristocratos:main' into main
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1247fb5..3d4e2f6 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,6 @@ Also needs a UTF8 locale and a font that covers:
* Unicode Block “Braille Patterns” U+2800 - U+28FF (Not needed in TTY mode or with graphs set to type: block or tty.)
* Unicode Block “Geometric Shapes” U+25A0 - U+25FF
* Unicode Block "Box Drawing" and "Block Elements" U+2500 - U+259F
-* Unicode Block "General punctuation" U+2005
### **Notice (Text rendering issues)**
@@ -208,6 +207,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).