Skip to content

Commit 6581920

Browse files
committed
reformat ISO building part of README
1 parent c221935 commit 6581920

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,24 +105,25 @@ Packages in TCET Linux is managed by package manager.
105105
106106
# How to build ISO
107107
108-
## Install required package
108+
### 1. Build ( Using Script )
109109
```bash
110-
sudo pacman -S archiso
110+
cd tcet-linux
111+
./buildiso
111112
```
113+
OR
114+
### 2. Build ( Manually )
112115

113-
## Clone repository
116+
**Install required package**
114117
```bash
115-
git clone https://github.com/tcet-opensource/tcet-linux.git
118+
sudo pacman -S archiso
116119
```
117120

118-
## Build ( Using Script )
121+
**Clone repository**
119122
```bash
120-
cd tcet-linux
121-
./buildiso
123+
git clone https://github.com/tcet-opensource/tcet-linux.git
122124
```
123-
OR
124-
## Build ( Manually )
125-
### Setup Keys
125+
126+
**Setup Keys**
126127
```bash
127128
# Akash6222
128129
sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44
@@ -141,13 +142,13 @@ sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534
141142
sudo pacman-key --lsign-key BF4E1E687DD0A534
142143

143144
```
144-
### Build ISO
145+
**Build ISO**
145146
```bash
146147
cd tcet-linux
147148
sudo mkarchiso -v .
148149
```
149150

150-
## ISO will appear in `work/out/` directory
151+
### ISO will appear in `work/out/` directory
151152
<br />
152153

153154
## Important Links:

0 commit comments

Comments
 (0)