Unverified Commit c1dec8e1 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent 20b54803
...@@ -22,7 +22,13 @@ To enable SGX using a software utility: ...@@ -22,7 +22,13 @@ To enable SGX using a software utility:
* Run `./sgx-enable`. Verify that it says that SGX is successfully enabled * Run `./sgx-enable`. Verify that it says that SGX is successfully enabled
sgxwallet has been tested on Ubuntu Linux 18.04. sgxwallet has been tested on Ubuntu Linux 18.04.
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
## Install SGX driver ## Install SGX driver
...@@ -35,10 +41,6 @@ If you do not see the `isgx` device, you need to troubleshoot your driver instal ...@@ -35,10 +41,6 @@ If you do not see the `isgx` device, you need to troubleshoot your driver instal
```cd scripts; sudo install_packages.sh``` ```cd scripts; sudo install_packages.sh```
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
## Install automake 1.15 ## Install automake 1.15
Currently the build builds with automake 1.15. You need to install it since Ubuntu 18 comes with automake 1.16 by default. Currently the build builds with automake 1.15. You need to install it since Ubuntu 18 comes with automake 1.16 by default.
......
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