From 79a57c9fc589c83c830e51a0ce61f472928b7d2b Mon Sep 17 00:00:00 2001 From: Kristian Ray Date: Tue, 21 Jan 2025 08:36:19 +0100 Subject: [PATCH 1/2] docs improvements --- docs/README_Docker_and_RA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README_Docker_and_RA.md b/docs/README_Docker_and_RA.md index 9861f162..b4e65712 100644 --- a/docs/README_Docker_and_RA.md +++ b/docs/README_Docker_and_RA.md @@ -345,6 +345,7 @@ You've now prepared your machine for running Raiko through Docker. Now, you need ``` git clone https://github.com/taikoxyz/taiko-mono.git +cd taiko-mono git checkout tags/{release-tag} cd taiko-mono/packages/protocol ``` @@ -393,7 +394,7 @@ You can find it with `cat ~/.config/raiko/config/bootstrap.json` as shown above. Copy your quote and use in the following step. -6. Call the script with `PRIVATE_KEY=0x{YOUR_PRIVATE_KEY} ./script/config_dcap_sgx_verifier.sh --quote {YOUR_QUOTE_HERE}`. "YOUR_QUOTE_HERE" comes from above step 5. +6. Call the script with `PRIVATE_KEY=0x{YOUR_PRIVATE_KEY} ./script/layer1/config_dcap_sgx_verifier.sh --quote {YOUR_QUOTE_HERE}`. "YOUR_QUOTE_HERE" comes from above step 5. 7. If you've been successful, you will get a SGX instance `id` which can be used to run Raiko! From dd62d55d75061446c86d5511a384b4848b3eb064 Mon Sep 17 00:00:00 2001 From: brachsterX Date: Tue, 21 Jan 2025 12:20:47 +0100 Subject: [PATCH 2/2] Update README_Docker_and_RA.md Revised --- docs/README_Docker_and_RA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README_Docker_and_RA.md b/docs/README_Docker_and_RA.md index b4e65712..99bc221e 100644 --- a/docs/README_Docker_and_RA.md +++ b/docs/README_Docker_and_RA.md @@ -344,10 +344,11 @@ You've now prepared your machine for running Raiko through Docker. Now, you need 1. Clone [taiko-mono](https://github.com/taikoxyz/taiko-mono/tree/main), checkout the appropriate tag and navigate to the protocol directory. ``` +cd ~ git clone https://github.com/taikoxyz/taiko-mono.git cd taiko-mono git checkout tags/{release-tag} -cd taiko-mono/packages/protocol +cd packages/protocol ``` 2. Install [`pnpm`](https://pnpm.io/installation#on-posix-systems) and [`foundry`](https://book.getfoundry.sh/getting-started/installation) so that you can install dependencies for taiko-mono.