Unverified Commit 43ed01d5 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Fix readme

parent 68533b09
......@@ -84,7 +84,6 @@ automake --force-missing --add-missing
autoconf
./configure
make
```
Note: to run in simulation mode, add --enable-sgx-simulation flag when you run configure.
......@@ -110,7 +109,7 @@ sudo docker build -t sgxcontainer .
## Build Docker container in simulation mode
````bash
```bash
sudo docker build -t sgxcontainersim -f ./DockerfileSimulation .
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment