From 35d8bf287fc646969f6b67c89cd491a19dbc98da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Sat, 22 Jun 2024 05:14:59 +0900 Subject: =?UTF-8?q?OmniOS=E3=81=AE=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dfc9d19..8dcaf91 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ bmake doas bmake install ``` +### OmniOS +```sh +gcc -Wall -Wextra -O3 -I/usr/include -o farfetch main.c src/*.c src/logo/*.c -L/usr/lib -lc +doas cp farfetch /usr/bin +doas cp farfetch.1 /usr/bin/share/man/man1 +``` + ### Debian | Devuan | Ubuntu | Linux Mint | PopOS [Kazuhikoさん](https://social.076.moe/conversation/1127279#notice-2122922) ```sh -- cgit v1.2.3