Skip to content

Commit 8f5772f

Browse files
committed
Update build process
1 parent 416b7ce commit 8f5772f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

BUILD.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
### Steps
1313

1414
```shell
15+
> git clone --depth 1 https://github.com/sainnhe/caj2pdf-qt.git
16+
> cd caj2pdf-qt
1517
> python .\build.py
1618
```
1719

@@ -43,7 +45,8 @@
4345
### Steps
4446

4547
```shell
46-
$ cd /path/to/caj2pdf-qt
48+
$ git clone --depth 1 https://github.com/sainnhe/caj2pdf-qt.git
49+
$ cd caj2pdf-qt
4750
$ ./build.py
4851
```
4952

@@ -59,7 +62,8 @@ $ ./build.py
5962
### Steps
6063

6164
```shell
62-
$ cd /path/to/caj2pdf-qt
65+
$ git clone --depth 1 https://github.com/sainnhe/caj2pdf-qt.git
66+
$ cd caj2pdf-qt
6367
$ ./build.py
6468
```
6569

0 commit comments

Comments
 (0)