Skip to content

Commit 4bc90bd

Browse files
authored
Slight reformat
1 parent 1e26817 commit 4bc90bd

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# AzuOS
2-
3-
## What is AzuOS?
4-
AzuOS is an Arch-based operating system, that features its own desktop made on top of Openbox.
5-
6-
## What is this repository for?
1+
<div align="center">
2+
<img width="120" alt="AzuOS: If it runs on the Web, it runs on AzuOS" src="https://raw.githubusercontent.com/AzuSystem/azuos-legacy/refs/heads/main/assets/logo.svg">
3+
<h1>AzuOS ( archiso )</h1>
4+
<p>AzuOS is an Arch-based Operating System focused on its unreal design</p>
5+
<a href='https://azusystem.github.io/azuos'>Visit our Website ↗</a>
6+
</div>
7+
8+
## 🤔 What is this repository for?
79
This repository hosts the archiso configuration and files for building an AzuOS system.
810

9-
## Build instructions
11+
## 💻 Build instructions
1012

11-
### Prerequisites
13+
### 🧰 Prerequisites
1214
To build the archiso-config, you need to have a system running **Arch Linux** (or derivatives).
1315

1416
The following packages are ALSO required for building:
@@ -30,15 +32,15 @@ You can install these by running the following command with administrative permi
3032
pacman -S git xorriso arch-install-scripts dosfstools erofs-utils libburn libisoburn libisofs mtools squashfs-tools archiso
3133
```
3234

33-
### Cloning repository
35+
### 🧬 Cloning repository
3436
Next, clone this repository by running the following in the Arch system:
3537

3638
```bash
3739
git clone https://github.com/AzuSystem/archiso
3840
```
3941

40-
### Build system
41-
Change directory into the newly cloned repository, make an "out" directory in it and start building the config (with administrative permissions again):
42+
### 🔨 Build system
43+
Change directory into the newly cloned repository, make an "out" directory in it and start building the config ( with administrative permissions again ):
4244

4345
```bash
4446
cd archiso; mkdir out; mkarchiso -v -w /tmp/archiso-tmp -o ./out ./
@@ -51,4 +53,4 @@ mkdir out
5153
mkarchiso -v -w /tmp/archiso-tmp -o /path/to/cloned-repo/out /path/to/cloned-repo/
5254
```
5355

54-
The output image should then be inside of the "out" directory.
56+
The output image should then be inside of the "out" directory.

0 commit comments

Comments
 (0)