From cc8c69454573a6f211875518d35747330c972569 Mon Sep 17 00:00:00 2001 From: oneflux Date: Tue, 22 Apr 2025 08:39:13 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b50273..9a53fe9 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,19 @@ git clone --depth 1 https://forge.fsky.io/oneflux/omegafox cd omegafox ``` -Next, build the Omegafox source code with the following command: +Next, build the Ωfox source code with the following command: ```bash make dir ``` -After that, you have to bootstrap your system to be able to build Omegafox. You only have to do this one time. It is done by running the following command: +After that, you have to bootstrap your system to be able to build Ωfox. You only have to do this one time. It is done by running the following command: ```bash make bootstrap ``` -Finally you can build and package Omegafox the following command: +Finally you can build and package Ωfox using the following command: ```bash python3 multibuild.py --target linux --arch x86_64 arm64 i686