File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff 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
128129sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44
@@ -141,13 +142,13 @@ sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534
141142sudo pacman-key --lsign-key BF4E1E687DD0A534
142143
143144```
144- ### Build ISO
145+ ** Build ISO**
145146``` bash
146147cd tcet-linux
147148sudo 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:
You can’t perform that action at this time.
0 commit comments