This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new 27756dc  [Doc] Update my-first-fucntion.md (#566)
27756dc is described below

commit 27756dca00a3e6f6aca1bb70a306c34592df7157
Author: Qinkun Bao <[email protected]>
AuthorDate: Wed Oct 20 18:50:30 2021 -0400

    [Doc] Update my-first-fucntion.md (#566)
    
    Fix instructions to use ./run-teaclave-services.sh -m sim in simulation mode
---
 docs/my-first-function.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/my-first-function.md b/docs/my-first-function.md
index 32a8bc3..8cb6433 100644
--- a/docs/my-first-function.md
+++ b/docs/my-first-function.md
@@ -118,7 +118,7 @@ $ export AS_URL="https://api.trustedservices.intel.com:443"; 
   # IAS URL
 Launch all services with `docker-compose`:
 
 ```
-$ (cd docker && ./run-teaclave-services.sh -m sim)
+$ (cd docker && ./run-teaclave-services.sh)
 Starting teaclave-authentication-service ... done
 Starting teaclave-access-control-service ... done
 Starting teaclave-scheduler-service      ... done
@@ -222,7 +222,7 @@ $ export AS_URL="https://api.trustedservices.intel.com:443";
 At last, launch all services with `docker-compose`:
 
 ```
-$ (cd docker && ./run-teaclave-services.sh)
+$ (cd docker && ./run-teaclave-services.sh -m sim)
 ```
 
 Install dependencies for Python client.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to