From 15e282beea5879ead1157425cb5cb50079addcca Mon Sep 17 00:00:00 2001 From: iamveritas Date: Mon, 9 Aug 2021 15:00:43 +0300 Subject: [PATCH] [docs] dev - correct README.md file dev - correct README.md file --- tutorials/bios-boot-tutorial/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/bios-boot-tutorial/README.md b/tutorials/bios-boot-tutorial/README.md index 08d2de44bb3..23f358d9f5e 100644 --- a/tutorials/bios-boot-tutorial/README.md +++ b/tutorials/bios-boot-tutorial/README.md @@ -16,9 +16,9 @@ The `bios-boot-tutorial.py` script simulates the EOSIO bios boot sequence. 2. Install eosio.cdt binaries by following the steps outlined in below tutorial [Install eosio.cdt binaries](https://github.com/EOSIO/eosio.cdt#binary-releases) -3. Compile eosio.contracts sources repository by following the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/master/docs/02_compile-and-deploy.md) first part, the deploying steps from those guidelines should not be executed. +3. Compile eosio.contracts sources repository by following the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/master/docs/03_build-and-deploy.md) first part, the deploying steps from those guidelines should not be executed. -4. Make note of the full path of the directory where the contracts were compiled, if you followed the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/master/docs/02_compile-and-deploy.md) it should be under the `build` folder, in `build/contracts/`, we'll reference it from now on as `EOSIO_CONTRACTS_DIRECTORY` +4. Make note of the full path of the directory where the contracts were compiled, if you followed the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/master/docs/03_build-and-deploy.md) it should be under the `build` folder, in `build/contracts/`, we'll reference it from now on as `EOSIO_CONTRACTS_DIRECTORY` 5. Launch the `bios-boot-tutorial.py` script Minimal command line to launch the script below, make sure you replace `EOSIO_CONTRACTS_DIRECTORY` with actual directory