From 0b77a1e7cf7fd091971e2214dc084311340ea914 Mon Sep 17 00:00:00 2001 From: Moudy Date: Wed, 4 Feb 2026 17:08:06 +0100 Subject: [PATCH] Update README.md fixed some weird characters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8afda306..cdb24244 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ RUST_LOG=info RISC0_DEV_MODE=1 cargo run $(pwd)/configs/debug all The sequencer and node can be run locally: - 1. On one terminal go to the ⁨`logos-blockchain/logos-blockchain`⁩ repo and run a local logos blockchain node: + 1. On one terminal go to the ⁨`logos-blockchain/logos-blockchain` repo and run a local logos blockchain node: - ⁨`git checkout master; git pull`⁩ - ⁨`cargo clean`⁩ - ⁨`rm ~/.logos-blockchain-circuits`⁩ @@ -141,7 +141,7 @@ The sequencer and node can be run locally: - ⁨`git checkout schouhy/full-bedrock-integration`⁩ - ⁨`RUST_LOG=info cargo run --release -p indexer_service $(pwd)/integration_tests/configs/indexer/indexer_config.json`⁩ - 3. On another terminal go to the ⁨`logos-blockchain/lssa`⁩ repo and run the sequencer: + 3. On another terminal go to the ⁨`logos-blockchain/lssa` repo and run the sequencer: - ⁨`git checkout schouhy/full-bedrock-integration`⁩ - ⁨`RUST_LOG=info RISC0_DEV_MODE=1 cargo run --release -p sequencer_runner sequencer_runner/configs/debug`⁩