Skip to content

Commit b5f137d

Browse files
authored
Update README.md
1 parent 25a3a8c commit b5f137d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ A minimalistic tool that does those things:
77
# How to run
88
git clone https://github.com/proofofcloud/attester
99

10+
1011
cd attester
1112

13+
1214
docker build -t attester .
1315

16+
1417
docker run \
1518
--device /dev/sgx_enclave \
1619
--device /dev/sgx_provision \
1720
-v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf:ro \
1821
--rm attester get beefdeed
1922

23+
24+
2025
(replace beefdeed with your challenge)

0 commit comments

Comments
 (0)