Browse Source

Update contact info in README.md (#284)

* Update contact info in README.md
* Fix some formatting issues for section headers in README.md
Chia-Che Tsai 6 years ago
parent
commit
bc9d01a95d
1 changed files with 5 additions and 8 deletions
  1. 5 8
      README.md

+ 5 - 8
README.md

@@ -105,7 +105,7 @@ Wiki page: <https://github.com/oscarlab/graphene/wiki>.
 
 ### 2.2 BUILD WITH INTEL:registered: SGX SUPPORT
 
-__2.1.1 Prerequisites 
+#### 2.1.1 Prerequisites 
 
 (1) Generating signing keys
 A 3072-bit RSA private key (PEM format) is required for signing the enclaves.
@@ -138,7 +138,7 @@ __** Please make sure the GCC version is either 4 or 5 **__
     (The console will be prompted to ask for the path of Intel SGX driver code)
     sudo ./load.sh
 
-__2.1.2 Building Graphene-SGX
+#### 2.1.2 Building Graphene-SGX
 
 To build Graphene Library OS with Intel SGX support, in the root directory of Graphene repo, run following command:
 
@@ -150,7 +150,7 @@ To build with debug symbols, run the command:
 
 Using "make SGX=1" in the test or regression directory will automatically generate the enclave signatures (.sig files).
 
-__2.1.3 Run Built-in Examples in Graphene-SGX
+#### 2.1.3 Run Built-in Examples in Graphene-SGX
 
 There are a few built-in examples under LibOS/shim/test/. The "native" folder includes a rich set of C programs and "apps" folder includes a few tested applications, such as GCC, Python, and Apache.
 
@@ -251,10 +251,7 @@ github Wiki page: <https://github.com/oscarlab/graphene/wiki>.
 
 ## 4. CONTACT
 
-For any questions or bug reports, please contact us:
-
-   - __Chia-Che Tsai__ <chitsai@cs.stonybrook.edu>
-   - __Don Porter__ <porter@cs.unc.edu>
-
+For any questions or bug reports, please send an email to
+        <support@graphene-project.io>
 or post an issue on our github repository:
         <https://github.com/oscarlab/graphene/issues>