Skip to content

Commit aededec

Browse files
authored
Fixed minor errata (#592)
In README. Signed-off-by: Carlos Bilbao bilbao@vt.edu
1 parent 4a52d19 commit aededec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Build the Intel(R) SGX SDK and Intel(R) SGX PSW Package
116116
117117
- Download the source code and prepare the submodules and prebuilt binaries:
118118
```
119-
$ git clone https://github.com/intel/linux-sgx.git .
119+
$ git clone https://github.com/intel/linux-sgx.git
120120
$ cd linux-sgx && make preparation
121121
```
122122
The above ``make preparation`` would trigger the script ``download_prebuilt.sh`` to download the prebuilt binaries. You may need to set an https proxy for the `wget` tool used by the script (such as ``export https_proxy=http://test-proxy:test-port``)

0 commit comments

Comments
 (0)