Skip to content

Commit 06936bc

Browse files
committed
Fix to sgxtime.md. Thanks to @weikengchen
1 parent d328043 commit 06936bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documents/sgxtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To run sgxtime in this docker image, first launch it using the following command
2525

2626
```bash
2727
$ docker run -ti -v /path/to/sdk:/root/sgx \
28-
--device /dev/isgx simp \
28+
--device /dev/isgx \
2929
--device /dev/mei0 \
3030
rust-sgx-docker # This name is identified during docker build
3131
root@913e6a00c8d8:~#

0 commit comments

Comments
 (0)