Skip to content

Commit 049efe0

Browse files
authored
Merge pull request #344 from therainisme/master
QuoteGeneration/README.md: Correct installers path descriptions.
2 parents 39989a4 + b12d3b9 commit 049efe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QuoteGeneration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ A `README.md` is provided in the Intel(R) SGX driver package for Intel(R) SGX DC
120120
```
121121
$ make deb_pkg
122122
```
123-
You can find the generated installers located under `linux/installer/deb/`.
123+
You can find the generated installers located under `installer/linux/deb/`.
124124
**Note**: On Ubuntu 18.04 and Ubuntu 20.04, the above command also generates another debug symbol package with extension name of `.ddeb` for debug purpose.
125125
**Note**: The above command builds the installers with default configuration firstly and then generates the target installers. To build the installers without optimization and with full debug information kept in the libraries, enter the following command:
126126
```
@@ -130,7 +130,7 @@ A `README.md` is provided in the Intel(R) SGX driver package for Intel(R) SGX DC
130130
```
131131
$ make rpm_pkg
132132
```
133-
You can find the generated installers located under `linux/installer/rpm/`.
133+
You can find the generated installers located under `installer/linux/rpm/`.
134134
**Note**: The above command builds the installers with default configuration firstly and then generates the target installers. To build the installers without optimization and with full debug information kept in the libraries, enter the following command:
135135
```
136136
$ make rpm_pkg DEBUG=1

0 commit comments

Comments
 (0)