mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
Update README.md
This commit is contained in:
parent
22a120cf0f
commit
cc8c694545
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue