fix clone URL
This commit is contained in:
parent
5b4c62c768
commit
612451b00d
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ sudo pacman -S archiso
|
|||
```
|
||||
### 2. Pull the repository
|
||||
```
|
||||
git clone https://github.com/blend-os/blendiso.git
|
||||
git clone https://git.blendos.co/blendOS/image-builder.git
|
||||
```
|
||||
### 3. Build
|
||||
```
|
||||
cd blendiso
|
||||
cd image-builder
|
||||
sudo mkarchiso -v -w workdir/ -o out/ .
|
||||
```
|
||||
Once the building process is finished you can find the ISO image in the `./out` directory.
|
||||
|
|
Loading…
Reference in a new issue