Skip to content

Commit e605bb9

Browse files
Fix code block (#107)
1 parent 6ff4aa5 commit e605bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installing the Open Enclave SDK
3535

3636
.. code-block:: bash
3737
38-
sudo apt -y install clang-7 libssl-dev gdb libsgx-enclave-common libsgx-enclave-common-dev libprotobuf10 libsgx-dcap-ql libsgx-dcap-ql-dev az-dcap-client open-enclave=0.9.0
38+
sudo apt -y install clang-7 libssl-dev gdb libprotobuf10 libsgx-enclave-common libsgx-enclave-common-dev libsgx-dcap-ql libsgx-dcap-ql-dev az-dcap-client open-enclave=0.9.0
3939
4040
.. note:: You may also build the SDK in "simulation mode" on a machine without SGX support (e.g., for local development and testing). To build in simulation mode, follow the instructions `here <https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Simulation.md>`_ instead. Notably, these instructions require that you skip the driver installation step.
4141

0 commit comments

Comments
 (0)